home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
programming
/
reqaztec
/
glue
/
getfonth.asm
< prev
next >
Wrap
Assembly Source File
|
1990-12-18
|
176b
|
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