home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / emulation / qlsource / romsrc / sys / basic2_asm < prev    next >
Encoding:
Text File  |  1996-12-16  |  451 b   |  19 lines

  1. */beginfile BASIC2_asm
  2. ; --------------------------------------------------------------
  3. ; BASIC2_asm - The BASIC bits
  4. ;        - last modified 10/12/91
  5. ; QDOS-Amiga sources by Rainer Kowallik
  6. ;    ...some changes by Mark J Swift
  7. ; --------------------------------------------------------------
  8. L069A4:
  9. TRAP_4_3:
  10.     TRAP    #4
  11. L069A6:
  12. BAS_TRAP3:
  13.     MOVEQ    #-1,D3
  14.     TRAP    #3
  15.     TST.L    D0
  16.     RTS
  17. ; --------------------------------------------------------------
  18. ;*/endfile
  19.