User`s manual
The following keywords (reserved words) cannot be redefined or used as identi-
fiers.
In mikroBasic, all SFR (Special Function Registers) are defined as global vari-
ables and represent special reserved words that cannot be redefined. For example -
TMR0, PCL, STATUS, etc.
Also, mikroBasic has a number of predefined identifiers (refer to Library
Routines). These can be replaced by your own definitions, but that would impede
the functionality of mikroBasic.
mikroBASIC
- Basic Compiler for Microchip PIC microcontrollers
30
mikroBASIC
MikroElektronika: Development tools - Books - Compilers
making it simple...
page
KEYWORDS
absolute abs
and array
asm begin
boolean case
char chr
clear const
div do
double else
end exit
for function
goto gosub
if in
int interrupt
is loop
mod new
next not
or print
procedure program
float read
select step
string switch
then to
module until
include dim
wend while
with xor