changeset 11926:cd854f00e03f draft

<shachaf> mkx bin/as-encoding//echo "$1" | as -o /tmp/out.o - && objdump -d /tmp/out.o | grep -P \'^ *\\d+:\' | sed \'s/^[^\\t]*\\t//; s/ *\\t/: /g\'
author HackEso <hackeso@esolangs.org>
date Sun, 08 Sep 2019 02:17:16 +0000
parents fff6302c378e
children 03cf0fcb8f58
files bin/as-encoding
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/as-encoding	Sun Sep 08 02:17:16 2019 +0000
@@ -0,0 +1,1 @@
+echo "$1" | as -o /tmp/out.o - && objdump -d /tmp/out.o | grep -P '^ *\d+:' | sed 's/^[^\t]*\t//; s/ *\t/: /g'