( Corrections)

( Source code STRING has been changed to STRINg)
( New STRING is sync'd after use of STRINg
   - then no memory address conflict error)

HEX        ( sync code and data caches)
CODE sync
R0 PUSH,
R0 0 # MOV,
6E SWI,
R0 POP,
PC R14 MOV,
END-CODE

: STRING STRINg sync ;  ( sync needed or error results)

DECIMAL

