VIEWER: getpid.s
MODE: TEXT (ASCII)
/ int getpid ( void ) .globl _getpid _getpid: movw $0x7f05,%ax int $0x21 ret
[ RETURN TO DIRECTORY ]