Program name: Difference between revisions

m
m (→‎{{header|68000 Assembly}}: Added sample output)
Line 15:
The name of the game is stored on the cartridge at memory address $000200. It is exactly 16 characters and is padded with spaces (ASCII 32). Since there is no null terminator after this string, use its size to terminate a printing loop.
 
<lang 68000devpac>LEA softDips_USA$000200,A3
JSR PrintString (my print routine is 255-terminated and there just so happens to be an FF after the name of the game.)</lang>
 
1,489

edits