Add glue code to make AppleTalk calls from ORCA/C.

This commit is contained in:
Stephen Heumann 2017-03-23 20:46:54 -05:00
parent ee83e402f8
commit 6367b37e6f
1 changed files with 22 additions and 0 deletions

22
callat.asm Normal file
View File

@ -0,0 +1,22 @@
case on
* Bogus segment to go into the .root file and force generation of .a/.o file
bogus private
nop
end
RamDispatch gequ $E11014
_CALLAT start
lda 4,s
tax
lda 6,s
tay
phb
pla
sta 3,s
pla
sta 3,s
plb
jml RamDispatch
end