11.07.2015 Views

PICBASIC PLUS LITE Manual - Profe Saul

PICBASIC PLUS LITE Manual - Profe Saul

PICBASIC PLUS LITE Manual - Profe Saul

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>PICBASIC</strong> <strong>PLUS</strong> CompilerThis may now be used in any expression, or more importantly, in theCWRITE and CREAD commands. It also allows the CDATA table tobe located anywhere in memory without the use of the ORG directive.Notice the dash after the label’s name, this disables any bank switchingcode that may otherwise disturb the location in memory of theCDATA table. Also the use of the pseudo command WREG_BYTE,this is explained in the ‘using assembler section’ of the manual.The configuration fuse setting WRTE must be enabled beforeCDATA, CREAD, and CWRITE may be used. This enables the selfmodifyingfeature. If the CONFIG directive is used, then theWRTE_ON fuse setting must be included in the list: -CONFIG WDT_ON , XT_OSC , WRTE_ONBecause the 14-bit core devices are only capable of holding 14 bits toa WORD, values greater than 16383 ($3FFF) cannot be stored.See also :CONFIG, CREAD, CWRITE, ORG35Copyright Crownhill 2001

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!