home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities2 / desklib / Libraries / Font / s / Font10 < prev    next >
Encoding:
Text File  |  1993-07-09  |  417 b   |  20 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_SetScaleFactor(int xscale, int yscale);
  8.  
  9.         PREAMBLE
  10.         STARTCODE Font_SetScaleFactor
  11. ;
  12.         STMFD   sp!, {lr}
  13.         MOV     r2,r1
  14.         MOV     r1,r0 
  15.         SWI     SWI_Font_SetScaleFactor + XOS_Bit
  16.         MOVVC   r0,#0
  17.         LDMFD   sp!, {pc}^
  18. ;
  19.         END
  20.