Skip to content

Commit

Permalink
Update words.adoc
Browse files Browse the repository at this point in the history
 Fixed typo of stack diagramming of IEC words.  Also considering IEC words use default device rather than stack input.
  • Loading branch information
Whammo authored Dec 24, 2024
1 parent b948c50 commit 6871451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manual/words.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,11 @@ These words allow access to serial devices without accessing the file system, an
((listen)) _( dv -- ioresult )_ :: Send IEC listen to dv.
((second)) _( command+sa -- ioresult )_ :: Send IEC command and secondary address after listen.
((unlisten)) _( -- )_ :: Send IEC unlisten to all channels.
((ciout)) _( -- u )_ :: Puts a data byte onto the serial bus using full handshaking.
((ciout)) _( u -- )_ :: Puts a data byte onto the serial bus using full handshaking.
((talk)) _( dv -- ioresult )_ :: Send IEC talk to dv.
((tksa)) _( command+sa -- ioresult )_ :: Send IEC command and secondary address after talk.
((untalk)) _( -- )_ :: Send IEC untalk to all channels.
((acptr)) _( u -- )_ :: Get a byte of data from the serial bus using full handshaking.
((acptr)) _( -- u )_ :: Get a byte of data from the serial bus using full handshaking.


====
Expand Down

0 comments on commit 6871451

Please sign in to comment.