diff --git a/callat.asm b/callat.asm new file mode 100644 index 0000000..ce0c2b0 --- /dev/null +++ b/callat.asm @@ -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