annotate bin/dis86 @ 4485:081307cc01b5

<boily> addquote <fungot> boily: i\'ll probably stop programming the day i will hit the end of the program.
author HackBot
date Thu, 20 Feb 2014 23:25:32 +0000
parents bbc9c7936146
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4435
bbc9c7936146 <kmc> echo \'bin="$1"; shift; unhex "$bin" | udcli -noff -nohex -64 "$@" | perl -pe \'\\\'\'s/^ *//; s/ *\\n/; /;\'\\\' > bin/dis86 && chmod +x bin/dis86
HackBot
parents: 4431
diff changeset
1 bin="$1"; shift; unhex "$bin" | udcli -noff -nohex -64 "$@" | perl -pe 's/^ *//; s/ *\n/; /;'