3 lines
153 B
Text
3 lines
153 B
Text
MyString:
|
|
.byte "Hello World!",13,10,0 ;carriage return, line feed, null terminator
|
|
.align 4 ;pads to the next 4 byte-boundary
|