works with 8bit addressed memory (rather than word addressed)
This commit is contained in:
1
test/.gitignore
vendored
1
test/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
elf2hex
|
||||
*.elf
|
||||
*.hex
|
||||
*.~lock*
|
@@ -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