-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
hello - a simple shell application. | ||
|
||
S16 and EXEs have a dedicated direct page (256 bytes in this case). | ||
|
||
|
||
fish_nda - a new desk accessory. | ||
|
||
NDAs, CDAs, etc don't have a dedicated direct page so we set up space | ||
for the direct page/pseudo registers on the stack. However, this means | ||
that tiny (direct page) variables are not supported. | ||
|
||
|
||
Since the toolbox calling convention is not yet supported, we need | ||
to use stubs or inline assembly. | ||
|