/ / Get user id. / Get group id. / .globl getuid .globl getgid getuid: mov __uic,r0 br 0f getgid: mov __uic,r0 swab r0 0: bic $!377,r0 return