home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
prog_c
/
req.lzh
/
Req
/
ReqAztec5.LZH
/
ReqAztec5
/
glue
/
GetFontH.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1991-02-05
|
176 b
|
15 lines
;:ts=8
section text,code
xref _ReqBase
xdef _GetFontHeightAndWidth
_GetFontHeightAndWidth:
move.l a6,-(sp)
move.l _ReqBase,a6
jsr -120(a6)
move.l (sp)+,a6
rts
end