home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities2 / desklib / Libraries / Font / s / Font07 < prev    next >
Encoding:
Text File  |  1993-07-09  |  426 b   |  22 lines

  1. ; Author: Copyright 1993 Shaun Blackmore
  2.  
  3.         GET     h.regdefs
  4.         GET     h.swinos
  5.         GET     h.macros
  6.  
  7. ;os_error *Font_Caret(int colour, int height, int flags, int x, int y)
  8.  
  9.  
  10.  
  11.         PREAMBLE
  12.         STARTCODE Font_Caret
  13. ;
  14.         MOV     ip,sp
  15.         STMFD   sp!, {r4,lr}
  16.         LDR     r4,[ip,#0]
  17.         SWI     SWI_Font_Caret + XOS_Bit
  18.         MOVVC   r0,#0
  19.         LDMFD   sp!, {r4,pc}^
  20. ;
  21.         END
  22.