OVERFLOW Allows overflows to occur
Categoryname
OVERFLOW value
value - variable
This method has no refinements
OVERFLOW Allows overflows to occur when an operation could cause one.
An example can be found at the Metasite in the Rainbow program example
Forever [
COLBK: ; Paint the background
WSYNC: ; Wait a scanline
overflow ; Wrap around
VCOUNT << 1 ; Pick rainbow colour
+ RTCLOK3 ; Scroll the rainbow
]
N.A.