.define _sync
.sect .text
.sect .rom
.sect .data
.sect .bss
.extern _sync
_sync:
enter[], 0
movd 36,tos
jsr @.mon
exit []
ret 0