enter_ghost_space_1.s 238 B

12345678
  1. .xdef __enter_ghost_space_AND___complex_main
  2. .section _st10501
  3. | In case of a complex _main (i.e. called with jbsr
  4. | instead of jra), modify the return address to stay
  5. | in the ghost space.
  6. move.l __save__sp__,%a0
  7. or.l #0x40000,(%a0)