# true.s # should be a replacement for /bin/true ... ;-) # #include .file "true.s" .text .globl true true: mov $0,%ebx mov $__NR_exit,%eax int $0x80