From 997011cecfc63e8b1101f1cd61540257bcf933ef Mon Sep 17 00:00:00 2001 From: cedric Date: Fri, 3 Aug 2018 18:00:07 -0600 Subject: [PATCH] Create as.S ```bash $ as -o as.o as.S && echo $? && file as.o 0 as.o: Mach-O 64-bit object x86_64 ``` --- as.S | 1 + 1 file changed, 1 insertion(+) create mode 100644 as.S diff --git a/as.S b/as.S new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/as.S @@ -0,0 +1 @@ +