?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.     DEVICE ZXSPECTRUM48
  2.     OUTPUT "outprefix.raw"
  3.     EMPTYTAP "outprefix.tap"
  4.     BPLIST "outprefix.exp" zesarux
  5.  
  6.     ORG $8000
  7. start:
  8.     SETBP
  9.     jr      $
  10.     DB      "AB"
  11.  
  12.     ; save it to call the code paths, but the content/existence is not verified
  13.     SAVESNA "outprefix.sna", $8000
  14.     SAVEDEV "outprefix.dev", 0, $8000, 4
  15.  
  16.     ; files which will be verified by test script (content wise)
  17.     SAVETAP "outprefix.tap", CODE, "out", $8000, 4
  18.     SAVEBIN "outprefix.bin", $8000, 4
  19.     LABELSLIST "outprefix.lbl"
  20.     CSPECTMAP "outprefix.sym"
  21.