Mikroelektronika MIKROE-742 데이터 시트

다운로드
페이지 532
Keywords
Keywords are the words reserved for special purposes and must not be used as normal
identifier names.
Beside standard Pascal keywords, all relevant SFRs are defined as global variables and rep-
resent reserved words that cannot be redefined (for example: W0, TMR1, T1CON, etc).
Probe the Code Assistant for specific letters (Ctrl+Space in Editor) or refer to Predefined
Globals and Constants.
Here is the alphabetical listing of keywords in Pascal:
absolute 
-
abstract 
-
and 
-
array 
-
as 
-
asm 
-
assembler 
-
at 
-
automated 
-
bdata 
-
begin 
-
bit 
-
case 
-
cdecl 
-
class 
-
code 
-
compact 
-
const 
-  
constructor 
-
contains 
-
data 
-
default 
-
deprecated 
-
destructor 
-
dispid 
-
dispinterface 
-  
div 
-
do  
-
downto
dynamic 
Also, mikroPascal PRO for AVR includes a number of predefined identifiers used in libraries.
You can replace them by your own definitions, if you plan to develop your own libraries. For
more information, see mikroPascal PRO for AVR Libraries.
125
MIKROELEKTRONIKA
- SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Language Reference
mikroPASCAL PRO for AVR
CHAPTER 5
-
end
-
except
export 
exports
external 
far 
file 
final 
finalization 
finally 
for 
forward 
goto 
helper 
idata 
if 
ilevel 
implementation 
implements 
in 
index 
inherited 
initialization 
inline 
interface 
is 
label 
library  
message 
mod 
name
near 
nil 
nodefault 
not 
object 
of 
on 
operator
org
out 
overload 
override 
package 
packed 
pascal 
pdata 
platform 
private 
procedure 
program 
property 
protected 
public 
published 
raise 
read 
readonly 
record 
register 
reintroduce
repeat 
requires 
safecall 
sbit 
sealed 
set 
shl 
shr 
small 
stdcall 
stored 
string 
threadvar
to 
try 
type
unit 
until 
uses 
var 
virtual 
volatile 
while 
with 
write 
writeonly 
xdata 
xor