Comprend 2 RSX permettant de faire bouger l'écran de gauche a droite :
BOUNCE.ON, BOUNCE.OFF
Time to get hopping mad with this short demo about the power of interrupts combined with good use of the hardware. Watch out for the two RSX commands, to set the screen bouncing; |BOUNCE.ON and OFF. The machine code interrupt outputs a new position to the CRTC (register 2) every tenth of a second, while the |BOUNCE.OFF command disables the interrupt and restores the default CRTC state. Got it? Good.