Example: Help_48, lines 141,142,143,144,145,146 1 Data $0,$1,$2,$3,$4,$5,$6,$7,$8,$9,$A,$B,$C,$D,$E,$F 2 Data $0,$10,$20,$30,$40,$50,$60,$70,$80,$90,$A0,$B0,$C0,$D0,$E0,$F0 3 Data $0,$100,$200,$300,$400,$500,$600,$700,$800,$900,$A00,$B00,$C00,$D00,$E00,$F00 4 Data $0,$11,$22,$33,$44,$55,$66,$77,$88,$99,$AA,$BB,$CC,$DD,$EE,$FF 5 Data $0,$110,$220,$330,$440,$550,$660,$770,$880,$990,$AA0,$BB0,$CC0,$DD0,$EE0,$FF0 6 Data $0,$101,$202,$303,$404,$505,$606,$707,$808,$909,$A0A,$B0B,$C0C,$D0D,$E0E,$F0F Errors: main.aoz:141:5: error: internal error
main.aoz:141:5: error: message not found crash_error:(pass: 1
cannot set property 'labelblock' of undefined
typeerror: cannot set property 'labelblock' of undefined... Just for grins, I converted the first data statement so it had no hex in it. It still failed.
It's something to do with the labels (1,2,3 etc.) Get rid of those and it works, but probably not much use to you without them. Something funny going on with labels names and procedures, the transpiler also doesn't recognise the first label following the end of a procedure.
Yes, the trouble is that this demo requires the labels so we can Restore to each of the 6 lines. I'm sure Francois will get it fixed eventually. :-)
I'm sure he will. :)
This will be corrected in the next version ( 0.9.3 )...