Skip to content

Commit

Permalink
Only the examples require io
Browse files Browse the repository at this point in the history
 It should be clear that iec routines don't require io, nor do they touch $BA, although the examples do.
  • Loading branch information
Whammo authored Dec 25, 2024
1 parent 6871451 commit 25aebaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forth/iec.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require io

code listen ( dv -- )
here 1+
Expand Down Expand Up @@ -67,6 +66,8 @@ $ffa5 jsr, \ acptr
w ldx, lsb sta,x
rts, end-code

require io

: iqt readst ioabort ; \ legacy of if quit then

: tfname ( addr len -- )
Expand Down

0 comments on commit 25aebaf

Please sign in to comment.