aboutsummaryrefslogtreecommitdiff
path: root/size.pl
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-01 02:00:23 -0500
committerB. Watson <urchlay@slackware.uk>2026-03-01 02:00:23 -0500
commit6521e971cdb772c53256d84a54c8d7b2d1ffa632 (patch)
tree28af564e7a12dd629d791e815834b3782177ec0c /size.pl
parentd3a19b319e8ecdf111de44ffa9847474301edcbb (diff)
downloadfujinet-chat-6521e971cdb772c53256d84a54c8d7b2d1ffa632.tar.gz
Scrollback!
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>) {