From 7e03c855b22c03f4196ab3a99af4c66ba4824b69 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 6 Apr 2023 14:15:53 +0000 Subject: [PATCH] Add 'Home' --- Home.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..fea68a7 --- /dev/null +++ b/Home.md @@ -0,0 +1,9 @@ +Welcome to the Wiki. + +## Limitations & Workarounds + +### Labels, Variables, Gosub + +Labels and variable names seem to share the same memory space, so the more of both that you have, the quicker you'll run out of space. Procedures don't seem to share this space. + +If you're getting random "Label not found" errors, try eliminating labels/gosubs and replace with procedures/machine language routines. \ No newline at end of file