' demo of a simple scrolling message using annex32
' a complete help of Annex32 can be found here
' https://cicciocb.com/annex32help/V1.442/
maxscroll.setup 8, 21
maxscroll.print "Annex & WOKWI"
maxscroll.next "A simple programming environment for a great simulator!!"
timer0 50, scrollME
wait

scrollME:
  MAXSCROLL.SCROLL 5
return