apple1-videocard-lib/kickc/apple1_jukebox.ld
francescosblendorio 8adce072af bugfix
2021-12-22 18:04:19 +01:00

6 lines
263 B
Plaintext

// Apple 1
.file [name="%O", type="prg", segments="Program"]
.segmentdef Program [segments="Code, Data"]
.segmentdef Code [start=$4000,min=$4000,max=$7fff,outBin="apple1_codeseg.bin"]
.segmentdef Data [start=$0280,min=$0280,max=$0fff,outBin="apple1_dataseg.bin"]