summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-04 17:18:44 +0200
committerandromeda <andromeda@lenovo>2026-04-04 17:18:44 +0200
commita2d66bbb4df9b4638704b4b1e8c0039a453ff1da (patch)
tree741005cbc4aca567a6beeffae9b457d0ee8f29ff
parent3a6275fc53f495b2c2cb6d26beb455f40340b8ee (diff)
remove silly align that fixed bug that no longer exists
-rw-r--r--twasm/asm/main.asm1
1 files changed, 0 insertions, 1 deletions
diff --git a/twasm/asm/main.asm b/twasm/asm/main.asm
index 0e060dc..ce31699 100644
--- a/twasm/asm/main.asm
+++ b/twasm/asm/main.asm
@@ -3264,7 +3264,6 @@ msg_halt db "halted.", 0x0A, 0x00
whitespace_2 db " ", 0x0D
; test program
-align 128
program:
db "print:", 0x0A
db " push rdx", 0x0A