Skip to content

Commit

Permalink
Issue #235 compatibility with SDCC 3.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TG9541 committed Dec 22, 2018
1 parent c6b434d commit d451127
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- docker

before_install:
- docker pull tg9541/docker-sdcc:V1.0.1
- docker pull tg9541/docker-sdcc:V3.8.4

install:
- docker run -v `pwd`:/home tg9541/docker-sdcc:V1.0.1 /bin/sh -c "sdcc --version ; sstm8 -version"
Expand Down
2 changes: 1 addition & 1 deletion forth.asm
Original file line number Diff line number Diff line change
Expand Up @@ -4313,8 +4313,8 @@ WIPE:
;===============================================================

LASTN = LINK ;last name defined
END_SDCC_FLASH = .

.area CODE
.area INITIALIZER
END_SDCC_FLASH = .
.area CABS (ABS)
6 changes: 4 additions & 2 deletions lib/VOCABULARY
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

#require CURRENT \ persistent support for context switching

RAM WIPE
NVM
#require WIPE
WIPE

#require FORTH
#require DEFINITIONS
Expand All @@ -33,7 +35,7 @@ NVM
\ in RAM.)
: NVM ( -- ) 0 CURRENT @ < ABORT" RAM only" NVM ;

RAM WIPE
WIPE

#require .ID

Expand Down
1 change: 1 addition & 0 deletions tools/simload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ download
:101020004F720B523003C652314D2704AD024F436d
:08103000905F90975A5AFF816e
:00000001FF
uart1_flowctrl=1
run
EOF

Expand Down

0 comments on commit d451127

Please sign in to comment.