/ / PDP-11 C. / Standard Library. / / Absolute value. / .globl abs / / int abs(i); / int i; / abs: mov 2(sp),r0 bpl 0f neg r0 0: return