better align example
This commit is contained in:
parent
dc06b1b6d8
commit
4beaee5dab
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue