From 2960c1b7958b1c0a60f21db53f3c2cb1da030915 Mon Sep 17 00:00:00 2001 From: andromeda Date: Wed, 25 Mar 2026 21:14:34 +0100 Subject: clean up some stuff --- twasm/asm/tests.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twasm/asm/tests.asm') 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 -- cgit v1.3.1