mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-12 03:30:09 +00:00
Simple Atari 800XL Memory Map
This commit is contained in:
parent
3582925cb1
commit
6b0effaae6
@ -1,4 +1,4 @@
|
|||||||
; Simple Atari 800XL memory map
|
; Simple Atari 800XL Memory Map
|
||||||
; by Peter Dell
|
; by Peter Dell
|
||||||
; https://youtu.be/KIl4SgV0vJY
|
; https://youtu.be/KIl4SgV0vJY
|
||||||
|
|
||||||
@ -25,10 +25,10 @@ encoding=atascii
|
|||||||
screen_encoding=atasciiscr
|
screen_encoding=atasciiscr
|
||||||
|
|
||||||
[allocation]
|
[allocation]
|
||||||
; OS TURN ON
|
; OS turned on
|
||||||
zp_bytes=$80-$FF
|
zp_bytes=$80-$FF
|
||||||
segment_default_start=$2000
|
segment_default_start=$2000
|
||||||
; BASIC TURN OFF
|
; BASIC turned off
|
||||||
segment_default_end=$bfff
|
segment_default_end=$bfff
|
||||||
|
|
||||||
[define]
|
[define]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user