summaryrefslogtreecommitdiff
path: root/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-15 14:25:26 -0700
committerKeith Packard <keithp@keithp.com>2009-04-15 14:25:26 -0700
commit5e2393eb6b1a6d7b180bd63d5165ee7b7ff5f9e0 (patch)
tree32ffa2e32102e94355ed6172662143a31259a2e6 /ao.h
parent4d1091d9bd121f05f5fe0a9c9d2bc0da8c562b9a (diff)
Move a bunch of variables from __data to __xdata
Diffstat (limited to 'ao.h')
-rw-r--r--ao.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao.h b/ao.h
index 39ad9587..23f13172 100644
--- a/ao.h
+++ b/ao.h
@@ -29,7 +29,7 @@
/* Stack runs from above the allocated __data space to 0xfe, which avoids
* writing to 0xff as that triggers the stack overflow indicator
*/
-#define AO_STACK_START 0x7f
+#define AO_STACK_START 0x5c
#define AO_STACK_END 0xfe
#define AO_STACK_SIZE (AO_STACK_END - AO_STACK_START + 1)