home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
APDL Public Domain 1
/
APDL_PD1A.iso
/
program
/
c
/
desklib
/
libraries
/
Libraries
/
Font
/
s
/
Font14
< 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
Text File
|
1993-07-09
|
395 b
|
19 lines
; Author: Copyright 1993 Shaun Blackmore
GET h.regdefs
GET h.swinos
GET h.macros
;os_error *Font_ReadThresholds(FontThresholds *t);
PREAMBLE
STARTCODE Font_ReadThresholds
;
STMFD sp!, {lr}
MOV r1,r0
SWI SWI_Font_ReadThresholds + XOS_Bit
MOVVC r0,#0
LDMFD sp!, {pc}^
END