stante / the-bus-pirate

Automatically exported from code.google.com/p/the-bus-pirate
Other
0 stars 1 forks source link

basic interpreter fails to properly store entered code past line 1535 #54

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a script in "bpBASIC" that has a number of statements with line 
numbers >= 1536.

What is the expected output? What do you see instead?
Code statements should appear in the order of the line numbers specified by the 
operator. Instead, statement line numbers become jumbled and out of numeric 
order. Worse, code executions in the same jumbled order shown by the 'list' 
command -- not the line number order!

What version of the product are you using? On what operating system?
Bus Pirate v3a
Firmware v5.6 (r473)  Bootloader v4.4

Please provide any additional information below.
Although not specifically displayed in the attached log, this behavior only 
occurs once you hit the magic 1536 line number.

Original issue reported on code.google.com by dan.be...@gmail.com on 15 Aug 2010 at 12:08

Attachments:

GoogleCodeExporter commented 8 years ago
This error is also reported in the forum and should be fixed in v5.8. However 
some other serious errors in the scripting engine were found, so please wait 
for firmware v5.9.

Original comment by sjaak2...@msn.com on 3 Oct 2010 at 11:48