works with 8bit addressed memory (rather than word addressed)

This commit is contained in:
2021-07-02 04:22:33 -06:00
parent 57e745b336
commit 35423ce4af
5 changed files with 59 additions and 38 deletions

View File

@ -373,7 +373,7 @@ test_jalr:
someint:
.word 0xfedcba98
someint16:
.byte 0x1122
.hword 0x1122
someint8:
.byte 0xaa
anotherint8: