home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff353.lzh
/
AztecArp
/
Glue
/
Toupper.asm
< prev
next >
Wrap
Assembly Source File
|
1990-06-02
|
196b
|
19 lines
section text,code
xref _ArpBase
xdef _Toupper
_Toupper:
move.l a6,-(sp)
move.l _ArpBase,a6
IF INT16
move.w 8(sp),d0
ELSE
move.l 8(sp),d0
ENDC
jsr -534(a6)
move.l (sp)+,a6
rts
end