home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
573a.lha
/
AT_copy_v2.22
/
FileRequester
/
lattice.glue.asm
< prev
next >
Wrap
Assembly Source File
|
1991-06-29
|
359b
|
24 lines
; KD_FReqBase
; Glue.asm for Lattice
SECTION glue,CODE
XREF _KD_FReqBase
XDEF _FReq
XDEF _Path
XDEF _PatMatch
_FReq: move.l _KD_FReqBase,A6
jmp -30(A6)
_Path: move.l _KD_FReqBase,A6
jmp -36(A6)
_PatMatch: move.l _KD_FReqBase,A6
jmp -42(A6)
END
; Copyright 1990 Khalid Aldoseri.