Added a disassembler which is still very buggy. Also fixed some bugs with the opcode mask getting function.

This commit is contained in:
2022-08-26 21:41:02 +00:00
parent e4a191a17e
commit 0785f21805
8 changed files with 153 additions and 38 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
;.org 0x100
;.db msg "Hello, world!", 0
;.db more_stuff "AAAA", 0
copy r7, 45
cmp r8, 45
;.db more_stuff "AA", 0
copy r7, 45 ; //
cmp r8, 45 ;1000 1111
;copy r1, 45 ;//B0 = 10110000
;copy 2, 45