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 2167a08 commit 604e94eCopy full SHA for 604e94e
examples/readme.txt
@@ -0,0 +1,16 @@
1
+
2
+hello - a simple shell application.
3
4
+S16 and EXEs have a dedicated direct page (256 bytes in this case).
5
6
7
+fish_nda - a new desk accessory.
8
9
+NDAs, CDAs, etc don't have a dedicated direct page so we set up space
10
+for the direct page/pseudo registers on the stack. However, this means
11
+that tiny (direct page) variables are not supported.
12
13
14
+Since the toolbox calling convention is not yet supported, we need
15
+to use stubs or inline assembly.
16
0 commit comments