summaryrefslogtreecommitdiff
path: root/twasm/asm/tests.asm
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-25 21:14:34 +0100
committerandromeda <andromeda@lenovo>2026-03-25 21:14:34 +0100
commit2960c1b7958b1c0a60f21db53f3c2cb1da030915 (patch)
tree79525261adfed6a1168ac2e7f6195c2be7f19b36 /twasm/asm/tests.asm
parent31a438d1eebaebcf00e49035ce6c73817c5fee96 (diff)
clean up some stuff
Diffstat (limited to 'twasm/asm/tests.asm')
-rw-r--r--twasm/asm/tests.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/twasm/asm/tests.asm b/twasm/asm/tests.asm
index dd82315..980d53d 100644
--- a/twasm/asm/tests.asm
+++ b/twasm/asm/tests.asm
@@ -654,7 +654,7 @@ test_evaluate_operand:
msg_pass:
db 0x0A
- times (TEST_LINE_LENGTH + .start + 5 - .end) db " ", ; right align
+ times (TEST_LINE_LENGTH + .start - .end) db " ", ; right align
db 0x1B, "[32m"
.start db "passed."
.end db 0x1B, "[0m", 0x0A, 0x00