From eb932c7c313b5461ffaee0fd6ed0db1e9f5ca32b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 2 Mar 2026 03:26:47 -0500 Subject: Go back to loading at $2000, make stack 1 page, protocol decoding WIP. --- size.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'size.pl') diff --git a/size.pl b/size.pl index c38c274..1fc8b19 100644 --- a/size.pl +++ b/size.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # from src/atari.cfg: -my $code_start = 0x0700; +my $code_start = 0x2000; my $stack_size = 0x0100; # from memsetup.asm: -- cgit v1.2.3