S
Stefan Oedenkoven
Guest
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
.....
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
.....