1 .text
2 .global __m68k_read_tp
3 .type   __m68k_read_tp,@function
4 __m68k_read_tp:
5 	move.l #333,%d0
6 	trap #0
7 	move.l %d0,%a0
8 	rts
9