RosettaCodeData/Task/Literals-String/MIPS-Assembly/literals-string-3.mips
2023-07-01 13:44:08 -04:00

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