home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities2 / desklib / Libraries / GFX / s / Plot < prev    next >
Encoding:
Text File  |  1993-04-10  |  412 b   |  17 lines

  1. ;-------------------------------------------------------------------------------
  2. ; GFX_Plot (int plotcode, int x, int y)
  3. ; by Jason Williams 1993
  4. ;                         
  5.         GET     h.Macros
  6.         GET     h.RegDefs
  7.         GET     h.SWINos
  8. ;
  9.         PREAMBLE
  10.         STARTCODE GFX_Plot
  11. ;
  12.         STMFD   sp!,{lr}                     
  13.         SWI     XSWI_OS_Plot
  14.         LDMFD   sp!,{pc}^
  15. ;
  16.         END
  17.