Added a disassembler which is still very buggy. Also fixed some bugs with the opcode mask getting function.
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user