1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-12 06:29:34 +00:00

Simple Atari 800XL Memory Map

This commit is contained in:
zbyti 2020-09-05 11:43:18 +02:00
parent 3582925cb1
commit 6b0effaae6

View File

@ -1,4 +1,4 @@
; Simple Atari 800XL memory map
; Simple Atari 800XL Memory Map
; by Peter Dell
; https://youtu.be/KIl4SgV0vJY
@ -25,10 +25,10 @@ encoding=atascii
screen_encoding=atasciiscr
[allocation]
; OS TURN ON
; OS turned on
zp_bytes=$80-$FF
segment_default_start=$2000
; BASIC TURN OFF
; BASIC turned off
segment_default_end=$bfff
[define]