#qb8 architecture - assembler and emulator in C

8 messages · Page 1 of 1 (latest)

queen harbor
#

add examples

#

yeah, not very informative.

#

you'll also need some examples to test if the assember/emulator actually works

broken shoal
#

12 bits are wasted for reg-reg instructions feelsbadman

broken shoal
#

You could've had more useful stuff

broken shoal
#

for example general mov R0, R1 to transfer between any 2 registers

broken shoal
#

it really depends what one categorizes as instruction

#

if there is register file with all registers then mov a, b may have almost the same control signals as mov b, a
difference is in mux to choose register from register file and demux to choose where to write