view bin/as-encoding @ 11987:20a9de091c24 draft

<kspalaiologos> fetch bin/asmbf https://hack.esolangs.org/get/bin/asmbf
author HackEso <hackeso@esolangs.org>
date Thu, 24 Oct 2019 19:40:25 +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'