Generate lower case ASCII alphabet: Difference between revisions

m
→‎{{header|68000 Assembly}}: code doesn't use the NEOGEO hardware in any meaningful way so removed the works with template
m (→‎{{header|68000 Assembly}}: code doesn't use the NEOGEO hardware in any meaningful way so removed the works with template)
Line 83:
 
{{trans|6502 Assembly}}
{{works with|https://en.wikipedia.org/wiki/Neo_Geo NEOGEO}}
 
(Each cartridge ROM has an ASCII character set but we won't be using it here. I chose NEOGEO because I know where the user RAM is.)
 
Stores the lower-case ASCII alphabet as a null-terminated string beginning at address 100000 hex. Register contents are preserved.
1,489

edits