Skip to content

Commit

Permalink
SAVECPR: coverage++
Browse files Browse the repository at this point in the history
  • Loading branch information
ped7g committed Mar 16, 2024
1 parent 8bbe1f4 commit 7168fb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/devices/amstradcpc/savecprCoverage.asm
Expand Up @@ -12,3 +12,4 @@
SAVECPR "file.cpr", 33 ; page value out of bound
SAVECPR ".", 19 ; fail to open file for write
SAVECPR "file.cpr", ; missing page value suggested by comma
SAVECPR "", 1 ; empty filename
4 changes: 3 additions & 1 deletion tests/devices/amstradcpc/savecprCoverage.lst
Expand Up @@ -21,7 +21,9 @@ savecprCoverage.asm(13): error: [SAVECPR] Error opening file for write: .
13 0000 SAVECPR ".", 19 ; fail to open file for write
savecprCoverage.asm(14): error: [SAVECPR] only a size from 1 (16KiB) to 32 (512KiB) is allowed
14 0000 SAVECPR "file.cpr", ; missing page value suggested by comma
15 0000
savecprCoverage.asm(15): error: [SAVECPR] CPR file name is empty
15 0000 SAVECPR "", 1 ; empty filename
16 0000
# file closed: savecprCoverage.asm

Value Label
Expand Down

0 comments on commit 7168fb4

Please sign in to comment.