Skip to content

Commit

Permalink
complété optimisation pour vitesse et corrigé bogues
Browse files Browse the repository at this point in the history
CTRL+E ne fonctionnait plus
LET introdusait une erreur de pile lorsqu'il y avait plus d'une variable
prnt_registers n'indiquait pas la bonne valeur pour SP
routine and_factor ne tenait pas compte des facteurs entre-parenthèses
  • Loading branch information
Picatout committed Apr 18, 2023
1 parent 8591670 commit 14d958c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions TinyBasic.asm
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ move_exit:
; information
;-----------------------
MAJOR=3
MINOR=1
REV=15
MINOR=2
REV=0
software: .asciz "\n\nTiny BASIC for STM8\nCopyright, Jacques Deschenes 2019,2022,2023\nversion "
board:
Expand Down
Binary file modified build/stm8s207k8/TinyBasic.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion build/stm8s207k8/TinyBasic.ihx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
:2094E0006F722053544D380A436F707972696768742C204A6163717565732044657363685D
:20950000656E657320323031392C323032322C323032330A76657273696F6E20004E5543B9
:209520004C454F2D38533230374B38003B000BAE94D2CD883B350A000BA603AD21A62ECD2B
:2095400087CCA601AD18A652CD87CCA60FAD0FA60DCD87CCAE951DCD883B32000B815F02E1
:2095400087CCA602AD18A652CD87CCA600AD0FA60DCD87CCAE951DCD883B32000B815F02EF
:20956000CD984981AE87E1CF00373F233F20350A000BAE0091CF0005CF00033F02AE000AB7
:20958000CF0021AE16A41D001ECF0026818988AE003FA64E7F5C4A26FB84858189AE009138
:2095A000CF001CCF001ECF0032CF0034CD958D3F368581000095D795EE95FC9615962496EA
Expand Down
Binary file modified build/stm8s208rb/TinyBasic.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion build/stm8s208rb/TinyBasic.ihx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
:2094E0006F722053544D380A436F707972696768742C204A6163717565732044657363685D
:20950000656E657320323031392C323032322C323032330A76657273696F6E20004E5543B9
:209520004C454F2D38533230374B38003B000BAE94D2CD883B350A000BA603AD21A62ECD2B
:2095400087CCA601AD18A652CD87CCA60FAD0FA60DCD87CCAE951DCD883B32000B815F02E1
:2095400087CCA602AD18A652CD87CCA600AD0FA60DCD87CCAE951DCD883B32000B815F02EF
:20956000CD984981AE87E1CF00373F233F20350A000BAE0091CF0005CF00033F02AE000AB7
:20958000CF0021AE16A41D001ECF0026818988AE003FA64E7F5C4A26FB84858189AE009138
:2095A000CF001CCF001ECF0032CF0034CD958D3F368581000095D795EE95FC9615962496EA
Expand Down

0 comments on commit 14d958c

Please sign in to comment.