Add 'Home'
commit
7e03c855b2
9
Home.md
Normal file
9
Home.md
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user