?login_element?

Subversion Repositories NedoOS

Rev

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

  1.     DEVICE none
  2.     BLOCK   -8000,11
  3.     DISP    0x1234
  4.     BLOCK   -8000,12
  5.     ENDT
  6.     SAVEBIN "sjio_coverage4.bin", 1, 2  ; no device error
  7.  
  8.     DEVICE zxspectrum48
  9.     BLOCK   -8000,13
  10.     BLOCK   &, & : BLOCK   20,&       ; syntax errors
  11.     ORG     0xFFFC
  12.     DB      "AHOY"
  13.     SAVEBIN "sjio_coverage4.bin", 0xFFFC        ; no length argument
  14.     SAVEBIN "sjio_coverage4.tap", 0xFFFC, 1000  ; length beyond end of RAM
  15.