fixed a couple of emulator bugs, including fixing shift instructions. finished implementing lib/io/print/print_hex_byte and print_hex_word
This commit is contained in:
@@ -16,9 +16,9 @@ start:
|
||||
stw rg0, idr, 4
|
||||
|
||||
|
||||
lli 0x20, rg0
|
||||
lwi 0x1234abcd, rg0
|
||||
push rg0
|
||||
call print::print_hex_byte
|
||||
call print::print_hex_word
|
||||
pop zero
|
||||
hlt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user