From: Lukas Krickl Date: Mon, 4 Dec 2023 21:44:52 +0000 (+0100) Subject: Added test for filling until a certain address X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=fa0a9c1bd22e8c23d6a90c1f1763880a4788bfe9;p=ulas%2F.git Added test for filling until a certain address --- diff --git a/tests/t0.bin b/tests/t0.bin index 44cd58b..79fe45a 100644 Binary files a/tests/t0.bin and b/tests/t0.bin differ diff --git a/tests/t0.s b/tests/t0.s index 3d195af..4ad1bab 100644 --- 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