Login

Subversion Repositories NedoOS

Rev

Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

# file opened: sjio_coverage4.asm
 1    0000                  DEVICE none
sjio_coverage4.asm(2): warning: Negative BLOCK?
 2    0000                  BLOCK   -8000,11
 3    E0C0                  DISP    0x1234
sjio_coverage4.asm(4): warning: Negative BLOCK?
 4    1234                  BLOCK   -8000,12
 5    F2F4                  ENDT
sjio_coverage4.asm(6): error: SAVEBIN only allowed in real device emulation mode (See DEVICE)
 6    C180                  SAVEBIN "sjio_coverage4.bin", 1, 2  ; no device error
 7    C180
 8    C180                  DEVICE zxspectrum48
sjio_coverage4.asm(9): warning: Negative BLOCK?
 9    C180                  BLOCK   -8000,13
sjio_coverage4.asm(10): error: [BLOCK] Syntax Error in <length>: &, &
10    A240                  BLOCK   &, &
sjio_coverage4.asm(10): error: Syntax error: &
sjio_coverage4.asm(10): error: Unexpected: &
10    A240 00 00 00...    BLOCK   20,&       ; syntax errors
11    A254                  ORG     0xFFFC
12    FFFC 41 48 4F 59      DB      "AHOY"
13    0000                  SAVEBIN "sjio_coverage4.bin", 0xFFFC        ; no length argument
14    0000                  SAVEBIN "sjio_coverage4.tap", 0xFFFC, 1000  ; length beyond end of RAM
15    0000
# file closed: sjio_coverage4.asm

Value    Label
------ - -----------------------------------------------------------