| version 1.8, Sat Apr 24 18:25:12 2010 UTC | version 1.9, Sat May 8 18:26:57 2010 UTC | ||
|---|---|---|---|
|
|
||
| : opc! ( adr len -- ) | : opc! ( adr len -- ) | ||
| \G Logically OR string of bytes into instruction latch | \G Logically OR string of bytes into instruction latch | ||
| dup I-Len @ max I-Len ! | dup I-Len @ max I-Len ! | ||
| I-Latch -rot bounds DO I c@ over c@ or over c! char+ LOOP drop ; | I-Latch -rot bounds ?DO I c@ over c@ or over c! char+ LOOP drop ; | ||
| : I-Init ( -- ) 0 I-Len ! I-Latch 10 erase ; | : I-Init ( -- ) 0 I-Len ! I-Latch 10 erase ; | ||
| : I-Flush ( -- ) | : I-Flush ( -- ) |
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |