Skip to content

Commit

Permalink
Modification message version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques committed Feb 26, 2023
1 parent e4dc59a commit 7887564
Show file tree
Hide file tree
Showing 6 changed files with 850 additions and 888 deletions.
4 changes: 2 additions & 2 deletions TinyBasic.asm
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ move_exit:
;-----------------------
MAJOR=3
MINOR=1
REV=2
REV=3
software: .asciz "\n\nTiny BASIC for STM8\nCopyright, Jacques Deschenes 2019,2022\nversion "
software: .asciz "\n\nTiny BASIC for STM8\nCopyright, Jacques Deschenes 2019,2022,2023\nversion "
board:
.if NUCLEO_8S208RB
.asciz "NUCLEO-8S208RB"
Expand Down
Binary file modified build/stm8s207k8/TinyBasic.bin
Binary file not shown.
878 changes: 424 additions & 454 deletions build/stm8s207k8/TinyBasic.ihx

Large diffs are not rendered by default.

Binary file modified build/stm8s208rb/TinyBasic.bin
Binary file not shown.
854 changes: 423 additions & 431 deletions build/stm8s208rb/TinyBasic.ihx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;; configuration parameters
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

DEBUG=1 ; set to 1 to include debugging code
DEBUG=0 ; set to 1 to include debugging code

SEPARATE=0 ; set to 1 for separate assembly

Expand Down

0 comments on commit 7887564

Please sign in to comment.