mikroBasic PRO for 8051 Specifics
The following topics cover the specifics of mikroBasic PRO for 8051 compiler:
- Basic Standard Issues
- Predefined Globals and Constants
- Accessing Individual Bits
- Interrupts
- 8051 Pointers
- Linker Directives
- Built-in Routines
- Code Optimization
Migration Issues from version 1.0 to version 2.0
bit
andsbit
data types can now be assinged to any desired memory space. Bear in mind that the most effective way of usingbit
andsbit
is when assigning them tobdata
memory space.- When porting code from the previous version, be sure to add
bdata
memory specifier to the appropriate declaration.
Copyright (c) 2002-2013 mikroElektronika. All rights reserved.
What do you think about this topic ? Send us feedback!
What do you think about this topic ? Send us feedback!