Instructions
134IDE
© 2013 Conrad Electronic
Create Debug Code
Creates Debug Code. If Debug Code is compiled the Byte Code be-
comes insignificantly longer. For each line in the source text which
contains executable commands the Byte Code will be one Byte
longer.
Create Map File
Generates a map file that shows the address and length of vari-
ables.
Check Array Index Limits
Code will be inserted code that checks the index of array ac-
cesses. Use only for testing, since the runtime is increased.
Peephole Optimizer
Optimizes special code sequences. Turn always on.
Recognize Unused Code
Unused code will be optimized away. Turn always on.
Warning type of Argument
changed in Call
The type of a variable was converted in a function call.
Warning Parameter is of type
Pointer
The type of a pointer variable (array) is of a different type than ex-
pected by the called function.
Warning Array Variable too
small for String
The string does not fit fully in the assigned array variable.
Warning type of return Para-
meter changed
The return value is of a different type than expected in the expres-
sion.
Warning Floating Point type
changed in Initialization
The floating point value is converted during initialization to another
type.
3.1.5 Library Management
In the Library Management the source text libraries can be chosen that will be compiled in addition
to the project files.