Skip to content

Commit

Permalink
examples
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Aug 24, 2019
1 parent 59a4388 commit 89d469e
Show file tree
Hide file tree
Showing 3 changed files with 1,004 additions and 758 deletions.
9 changes: 9 additions & 0 deletions docs/source/todo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ Allocate a fixed word in ZP that is the TOS so we can always operate on TOS dire
without having to to index into the stack?


Bugs
^^^^
There are a few erroneous compiler errors when dealing with certain for loops::

for bb in [1,2,3] ; byte loop variable can only loop over bytes
for ww in [1111,3333,555,999] ; word loop variable can only loop over bytes or words
for uw in 20 to 10 step -1 ; 'can't cast BYTE into UWORD'


Misc
^^^^

Expand Down
Loading

0 comments on commit 89d469e

Please sign in to comment.