From 6521e971cdb772c53256d84a54c8d7b2d1ffa632 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 1 Mar 2026 02:00:23 -0500 Subject: Scrollback! --- size.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'size.pl') diff --git a/size.pl b/size.pl index f6cb19f..c38c274 100644 --- a/size.pl +++ b/size.pl @@ -1,11 +1,11 @@ #!/usr/bin/perl -w # from src/atari.cfg: -my $code_start = 0x2000; -my $stack_size = 0x0800; +my $code_start = 0x0700; +my $stack_size = 0x0100; # from memsetup.asm: -my $ramtop = 0xa000; +my $ramtop = 0x8000; open MAP, "client.xex.map" or die $!; while() { -- cgit v1.2.3