1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-21 17:24:39 +00:00

Fixed test reference.

This commit is contained in:
jespergravgaard 2020-05-18 00:46:25 +02:00
parent 65b59c6745
commit da2fd8545b
2 changed files with 4 additions and 8 deletions

View File

@ -2,9 +2,8 @@
// The kernalload.ld link file creates a D64 disk image containing the executable and the sprite.
// To execute the program succesfully you must mount the D64 disk image and execute the kernalload.PRG program
// Create a D64 disk containing the program and a sprite file
.file [name="kernalload.prg", type="prg", segments="Program"]
.disk [filename="kernalload.d64", name="DISK", id=1] {
[name="KERNALLOAD", type="prg", segments="Program"],
[name="KERNALLOAD.D64", type="prg", segments="Program"],
[name="SPRITE", type="prg", segments="Sprite"]
}
.segmentdef Program [segments="Basic, Code, Data"]

View File

@ -855,9 +855,8 @@ Target platform is c64basic / MOS6502X
// To execute the program succesfully you must mount the D64 disk image and execute the kernalload.PRG program
// Upstart
// Create a D64 disk containing the program and a sprite file
.file [name="kernalload.prg", type="prg", segments="Program"]
.disk [filename="kernalload.d64", name="DISK", id=1] {
[name="KERNALLOAD", type="prg", segments="Program"],
[name="KERNALLOAD.D64", type="prg", segments="Program"],
[name="SPRITE", type="prg", segments="Sprite"]
}
.segmentdef Program [segments="Basic, Code, Data"]
@ -1268,9 +1267,8 @@ ASSEMBLER BEFORE OPTIMIZATION
// To execute the program succesfully you must mount the D64 disk image and execute the kernalload.PRG program
// Upstart
// Create a D64 disk containing the program and a sprite file
.file [name="kernalload.prg", type="prg", segments="Program"]
.disk [filename="kernalload.d64", name="DISK", id=1] {
[name="KERNALLOAD", type="prg", segments="Program"],
[name="KERNALLOAD.D64", type="prg", segments="Program"],
[name="SPRITE", type="prg", segments="Sprite"]
}
.segmentdef Program [segments="Basic, Code, Data"]
@ -1821,9 +1819,8 @@ Score: 811
// To execute the program succesfully you must mount the D64 disk image and execute the kernalload.PRG program
// Upstart
// Create a D64 disk containing the program and a sprite file
.file [name="kernalload.prg", type="prg", segments="Program"]
.disk [filename="kernalload.d64", name="DISK", id=1] {
[name="KERNALLOAD", type="prg", segments="Program"],
[name="KERNALLOAD.D64", type="prg", segments="Program"],
[name="SPRITE", type="prg", segments="Sprite"]
}
.segmentdef Program [segments="Basic, Code, Data"]