view bin/as-encoding @ 12346:6670a34cf161 draft

<wib_jonas> slashlearn vacuum train//Vacuum trains are the 21st century solution to halt spreading airborne infections on public transport.
author HackEso <hackeso@esolangs.org>
date Mon, 26 Oct 2020 12:56:31 +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'