RosettaCodeData/Task/Literals-String/MIPS-Assembly/literals-string-3.mips

4 lines
153 B
Plaintext

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