examples/assembly/io1.pasm - IO Example
% ./parrot examples/assembly/io1.pasm
Simple open/seek/write/close on a file. No output. You should check where the file is going to be before you run this.
examples/assembly/io2.pasm.