works with 8bit addressed memory (rather than word addressed)
This commit is contained in:
@ -373,7 +373,7 @@ test_jalr:
|
||||
someint:
|
||||
.word 0xfedcba98
|
||||
someint16:
|
||||
.byte 0x1122
|
||||
.hword 0x1122
|
||||
someint8:
|
||||
.byte 0xaa
|
||||
anotherint8:
|
||||
|
Reference in New Issue
Block a user