Skip to content

Instantly share code, notes, and snippets.

@rightfold
Last active August 29, 2015 14:23
Show Gist options
  • Save rightfold/cadbaa8343b7055464a1 to your computer and use it in GitHub Desktop.
Save rightfold/cadbaa8343b7055464a1 to your computer and use it in GitHub Desktop.
// instruction sequence for program "echo hello | tac"
string "echo"
string "hello"
int 1
array
command
duplicate
duplicate
string "tac"
int 0
array
command
duplicate
duplicate
pipe
start
start
wait
wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment