Skip to content

Commit

Permalink
fixes #339 make EEALIAS compatible with STM8L
Browse files Browse the repository at this point in the history
  • Loading branch information
TG9541 committed Aug 1, 2020
1 parent 329cd39 commit 40d0156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/EEALIAS
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
#require ULOCKF
#require LOCKF
#require ABORT"
#require EESTART

$4020 CONSTANT EELINK \ reserve some of the EEPROM for application
EESTART 20 + CONSTANT EELINK \ reserve some of the EEPROM for application

: setroot ( a -- )
\ set a as dictionary root in Flash memory
Expand Down

0 comments on commit 40d0156

Please sign in to comment.