lesterPublished in the WiKI
the two small code windows are blank in the wiki article , i'm sure that was not the intention
might also add that a decimal point can be lit in the appropriate display using
Main:
for value = 0 to 65535
arraywrite buff ,[HEX4 value]
gosub load_seg
seg_buff[2]=seg_buff[2]|128 ; place a dp in digit 2
pause 100
next value
value = 0
GOTO Main
Bookmarks