projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db4341c
)
Added test for filling until a certain address
author
Lukas Krickl
<lukas@krickl.dev>
Mon, 4 Dec 2023 21:44:52 +0000
(22:44 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Mon, 4 Dec 2023 21:44:52 +0000
(22:44 +0100)
tests/t0.bin
patch
|
blob
|
history
tests/t0.s
patch
|
blob
|
history
diff --git
a/tests/t0.bin
b/tests/t0.bin
index 44cd58b8f7d60f8e8a46237e6ed3dd3521264b29..79fe45a9385690c4d6f3d0e952ac5ced9f170f2e 100644
(file)
Binary files a/tests/t0.bin and b/tests/t0.bin differ
diff --git
a/tests/t0.s
b/tests/t0.s
index 3d195af5efc7084e697988a723bc3df3f34eae21..4ad1bab88d0cf234763d5e07e745759695928d53 100644
(file)
--- a/
tests/t0.s
+++ b/
tests/t0.s
@@
-88,3
+88,5
@@
l2:
.db 1, 2, 3
.fill 1, 3
+.fill 1, 0x180-$ ; fill until 0x180
+ nop