.ORIG x3000
LEA R0,Label ; load array base addr in R3
TRAP x22 ; output from address in R2 untill it gets x0000 (null)
HALT
Label .STRINGZ "Hello World!" ; create string array in memory
.END
LEA R0,Label ; load array base addr in R3
TRAP x22 ; output from address in R2 untill it gets x0000 (null)
HALT
Label .STRINGZ "Hello World!" ; create string array in memory
.END
No comments:
Post a Comment