mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-01-08 00:32:31 +00:00
7 lines
241 B
Plaintext
7 lines
241 B
Plaintext
|
// Apple 1
|
||
|
.file [name="%O", type="prg", segments="Program"]
|
||
|
.segmentdef Program [segments="Code, Data"]
|
||
|
.segmentdef Code [start=%P,outBin="apple1_codeseg.bin"]
|
||
|
.segmentdef Data [start=$0280,min=$0280,max=$0fff,outBin="apple1_dataseg.bin"]
|
||
|
|