diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-01 02:00:23 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-01 02:00:23 -0500 |
| commit | 6521e971cdb772c53256d84a54c8d7b2d1ffa632 (patch) | |
| tree | 28af564e7a12dd629d791e815834b3782177ec0c /size.pl | |
| parent | d3a19b319e8ecdf111de44ffa9847474301edcbb (diff) | |
| download | fujinet-chat-6521e971cdb772c53256d84a54c8d7b2d1ffa632.tar.gz | |
Scrollback!
Diffstat (limited to 'size.pl')
| -rw-r--r-- | size.pl | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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>) { |
