aboutsummaryrefslogtreecommitdiff
path: root/size.pl
diff options
context:
space:
mode:
Diffstat (limited to 'size.pl')
-rw-r--r--size.pl6
1 files changed, 3 insertions, 3 deletions
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(<MAP>) {