libfunction.s 83 Bytes Raw Blame History Permalink 1 2 3 4 5 6 .section __TEXT,__text .globl _some_function _some_function: mov $1, %rax ret