mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-23 23:30:22 +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
|
||||
; 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]
|
||||
|
Loading…
Reference in New Issue
Block a user