We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cdb7ce commit 3d49282Copy full SHA for 3d49282
test/atari2600-common/zeropage-max.c
@@ -7,7 +7,7 @@
7
8
// 128 bytes PIA RAM
9
// 32 bytes for registers
10
-// 16 bytes for stack (overestimate)
+// 32 bytes for stack (overestimate)
11
// 8 bytes for test result
12
char buf[128 - 32 - 16 - 8];
13
0 commit comments