This is an old version from the tos.hyp. The new is on GitHub!

HomeLine-AShow mouseTransform mouse

6.15 Hide mouse

Name: »Hide mouse«
Line-A number: $A00A
Syntax: See 'Bindings for hide_mouse'
Description: This Line-A function switches off the mouse pointer.
Return value: The function does not return a result.
Availability: All TOS versions.
See also: Binding   Show mouse

6.15.1 Bindings for hide_mouse

Pure-C: void hide_mouse( void );
Assembler:
movem.l   D0-D2/A0-A2,-(A7)  ; Save registers
dc.w      $A00A              ; Line-A opcode
movem.l   (A7)+,D0-D2/A0-A2  ; Restore registers

HomeLine-AShow mouseTransform mouse