home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1992…tember: A ROM With a View
/
devSep92
/
devSep92.dmg
/
Technical Documentation
/
Sample Code
/
System 7.0 Samples
/
MacShell
/
teCDEF.a
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-12-04
|
411 b
|
28 lines
|
[
TEXT/MPS
]
include 'traps.a'
;
; Apple Macintosh Developer Technical Support
;
; File: teCDEF.a
; Written by: Eric Soldan
;
; Copyright © 1990-1991 Apple Computer, Inc.
; All rights reserved.
;
;
case on
seg 'teCDEF'
jmpInstruction PROC
jsr mayBreak
movea.l procPtr,A0
jmp (A0)
procPtr dc.l 0
mayBreak rts ;Put a _Debugger statement in front
;of the rts if you need to break.
ENDP
END