Subversion Repositories NedoOS

Rev

Rev 55 | Rev 522 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download

  1.         DEVICE ZXSPECTRUM128
  2.         include "../_sdk/sys_h.asm"
  3.  
  4.         org PROGSTART
  5. cmd_begin
  6.  
  7.         ;ld bc,0x83ab
  8.         ;ld a,0x10
  9.         ;out (c),a
  10.         ;ld bc,0x82ab
  11.         ;ld a,0x50
  12.         ;out (c),a
  13.        
  14.         QUIT
  15.  
  16. cmd_end
  17.  
  18.         display "Size ",/d,cmd_end-cmd_begin," bytes"
  19.  
  20.         savebin "emptyapp.com",cmd_begin,cmd_end-cmd_begin
  21.        
  22.         ;LABELSLIST "../us/user.l"
  23.