Call a foreign-language function: Difference between revisions

Content added Content deleted
Line 38: Line 38:
LD SP,&2000
LD SP,&2000



main: ;hardware non-maskable interrupt (NMI) jumps here.
main: ;hardware non-maskable interrupt (NMI) jumps here (address &0066)


ld a,(&1F00) ;we'll only allow the 68000 to alter the contents of this memory address.
ld a,(&1F00) ;we'll only allow the 68000 to alter the contents of this memory address.