home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1990: Night of the Living Disc / Night of the Living Disc.2mg / Dev.CD.5 / Tools / DTS.Samples / SC02BusyBox / BusyBox.asm / Build next >
Encoding:
Apple IIgs Source Code  |  1990-05-31  |  275 b   |  11 lines  |  [B0] Apple IIgs Source Code (0x0006)

  1. assemble busy.asm     keep=o/busy
  2. assemble uevent.asm   keep=o/ue
  3. assemble uglobals.asm keep=o/ug
  4. assemble umenu.asm    keep=o/um
  5. assemble uwindow.asm  keep=o/uw
  6.  
  7. delete -c o/finder.data
  8. linkiigs o/= -o asm.busybox
  9. duplicate -r r.busybox asm.busybox
  10. filetype asm.busybox s16
  11.