view bin/as-encoding @ 12361:71758953750c draft

<oerjan> learn The password of the month is in order again.
author HackEso <hackeso@esolangs.org>
date Mon, 01 Feb 2021 13:53:56 +0000
parents 03cf0fcb8f58
children
line wrap: on
line source

echo "$1" | as -o /tmp/out.o - && objdump -d /tmp/out.o | grep -P '^ *[0-9a-f]+:' | sed 's/^[^\t]*\t//; s/ *\t/: /g'