home *** CD-ROM | disk | FTP | other *** search
- ; KD_FReqBase
- ; glue.asm for Manx
-
- ; FAR code
- ; FAR data
-
- public _KD_FReqBase
- public _FReq
- public _Path
- public _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)
-
-
-
- ; Copyright 1990 Khalid Aldoseri.
-