FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > VHDL

VHDL comp.lang.vhdl newsgroup / Usenet

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-21-2004, 07:11 PM
Stefan Oedenkoven
Guest
 
Posts: n/a
Default customizable assembler

Hi ng,

is there any project for a customizable assembler,
which needs only a configuration file and produces bytecode.

regards,
stefan


---------------------------
---------------------------
maybe a cfg file like this:

opcode: 16 Bit
address_range: 16 bit
stack: no
.....
class registers : 4 Bit
a: 0000
c: 0001
d: 0010
.....

class arittype
add: 1001
mult: 1010
sub: 0001
....
class arithmetic_instructions
0001, arithtype, register,register
....
class mem_instructions
01, memop, register, addr
.....


Reply With Quote
  #2 (permalink)  
Old 11-22-2004, 12:52 PM
Uncle Noah
Guest
 
Posts: n/a
Default Re: customizable assembler

"Stefan Oedenkoven" <[email protected]> wrote in message news:<30c42[email protected]>...
> Hi ng,
>
> is there any project for a customizable assembler,
> which needs only a configuration file and produces bytecode.
>
> regards,
> stefan
>
>
> ---------------------------
> ---------------------------
> maybe a cfg file like this:
>
> opcode: 16 Bit
> address_range: 16 bit
> stack: no
> ....
> class registers : 4 Bit
> a: 0000
> c: 0001
> d: 0010
> ....
>
> class arittype
> add: 1001
> mult: 1010
> sub: 0001
> ...
> class arithmetic_instructions
> 0001, arithtype, register,register
> ...
> class mem_instructions
> 01, memop, register, addr
> ....


dear friend

sgasm produces bytecode for user-given instructions. It is a
sourceforge.net project. I have also heard of chump (find it at
freshmeat) which works OK in Linux. This doesn't produce bytecode but
should be closer to the GNU as assembler.

Nikolaos Kavvadias
<[email protected]>
Reply With Quote
  #3 (permalink)  
Old 11-22-2004, 02:36 PM
Jeroen
Guest
 
Posts: n/a
Default Re: customizable assembler


"Stefan Oedenkoven" <[email protected]> schreef in bericht
news:[email protected]..
> Hi ng,
>
> is there any project for a customizable assembler,
> which needs only a configuration file and produces bytecode.
>
> regards,
> stefan


For a DIY processor I used TASM (not Borland's Turbo Assembler) which works
quite well. Google for TASM universal assembler. It runs under DOS btw

Jeroen


Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Picoblaze enhencement and assembler Sylvain Munaut FPGA 15 02-29-2008 06:39 PM
Re: Picoblaze enhencement and assembler Sylvain Munaut FPGA 0 02-28-2008 10:49 PM
Looking for DDC/DUC customizable cores MM FPGA 0 05-17-2006 10:19 PM
AS Assembler support for Lattice Mico8 Jim Granville FPGA 0 08-08-2005 12:35 AM
Assembler for PicoBlaze in Perl Mike Peattie FPGA 8 10-26-2004 02:21 AM


All times are GMT +1. The time now is 03:17 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved