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