Program name: Difference between revisions

no edit summary
No edit summary
Line 11:
<lang 11l>:start:
print(‘Program: ’:argv[0])</lang>
=={{header|68000 Assembly}}==
{{works with|NEOGEO}}
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.
 
=={{header|AArch64 Assembly}}==
1,489

edits