mirror of
https://github.com/sheumann/AFPBridge.git
synced 2025-10-24 11:20:49 -07:00
Add glue code to make AppleTalk calls from ORCA/C.
This commit is contained in:
22
callat.asm
Normal file
22
callat.asm
Normal 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
|
||||
Reference in New Issue
Block a user