diff options
| author | andromeda <andromeda@lenovo> | 2026-04-04 17:18:44 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-04 17:18:44 +0200 |
| commit | a2d66bbb4df9b4638704b4b1e8c0039a453ff1da (patch) | |
| tree | 741005cbc4aca567a6beeffae9b457d0ee8f29ff | |
| parent | 3a6275fc53f495b2c2cb6d26beb455f40340b8ee (diff) | |
remove silly align that fixed bug that no longer exists
| -rw-r--r-- | twasm/asm/main.asm | 1 |
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 |
