mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2024-12-22 13:30:38 +00:00
7 lines
264 B
Plaintext
7 lines
264 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"]
|
|
|