Add Assembler
parent
7463f54064
commit
0b5bec4293
|
@ -0,0 +1,6 @@
|
||||||
|
There is an Assembler for this processor turning assembly code into a VHDL code snippet to initialize a ROM.
|
||||||
|
The Assembler is located at https://git.nickr.eu/yannickreiss/cpu16asm and usable by building it and simply typing
|
||||||
|
|
||||||
|
`./cpu16asm -o <output filename> source_file`
|
||||||
|
|
||||||
|
If the _output filename_ is set to _stdout_, no file will be created, the code will be printed instead.
|
Loading…
Reference in New Issue