From 4beaee5dab3c0c8927684bb3ad4852b2fe2a35b8 Mon Sep 17 00:00:00 2001 From: Igor M Date: Sun, 17 Mar 2024 14:11:43 +0200 Subject: [PATCH] better align example --- examples/example.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example.S b/examples/example.S index d9d1279..d428bf7 100644 --- a/examples/example.S +++ b/examples/example.S @@ -16,7 +16,7 @@ end: hello_string: .db "Hello, w\x6frld\n", 0 hello_string_end: - .db 42, "hi", 43 + .db "hi" ; TODO .db 'H', 'e', 'l', 'l', 'o', '\0' .align 2 .dw 0x4546