mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-04-06 15:41:05 +00:00
Fixed test reference.
This commit is contained in:
parent
65b59c6745
commit
da2fd8545b
@ -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"]
|
||||
|
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user