.define _getuid
.extern _getuid
.sect .text
.sect .rom
.sect .data
.sect .bss
_getuid: move.w #0x18,d0
trap #0
rts