parrotcode: cat-like utility | |
Contents | Examples |
examples/pasm/cat.pasm - cat-like utility
% ./parrot examples/pasm/cat.pasm
Simple cat
-like utility to test PIO read/write. Does not use STDIO.
Echoes what you type once you hit return.
You'll have to Ctl-C to exit.
|