Updating project status:
Now developing an Assembler program in C#, to simplify the task of making programs to test the CPU.
The program should take an entry in Assembly language, such as LD A, 0x7 and convert it in the corresponding bytes.
As the parts of the instruction aren't multiples of 4 (half a byte, or nibble) they can't be directly converted to hexadacimal characters.
For example, the opcodes are 6 bits long, the R1 address 3 bits, and so on...
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.