Search

Turbo51 - Free Pascal compiler for 8051

Search Only:

Search Keyword record

Total: 12 results found.



1. OMF-51 Object Module Format
(Documentation/8051)
... Relocation Intermodule Linkage Symbolic Debugging Compatibility RUPI (And other MCS-51 members) Support OBJECT FILE STRUCTURE RECORD FORMATS Notation Module Header Record Module End ...
2. 8051 IP Cores
(Documentation/8051)
... licensed in 1996, has one of the longest track records of any high-speed embedded 8051 IP. A version of the e8051 core is used in the highly regarded Dallas Semiconductor DS89C450 ultra fast stand-alone ...
3. Inline procedures
(Documentation/Procedures)
...  Program Example4; Type TFlag = (fl0, fl1, fl2, fl3, fl4, fl5, fl6); TFlagsSet = Set of TFlag; TVariantRecord = Record Case Byte of 0: (L: ...
4. Turbo51 Command Line Syntax
(Documentation/General)
...  OF, OR, PACKED, PROCEDURE, PROGRAM, RECORD, REPEAT, SET, SHL, SHR, STRING, THEN, TO, TYPE, UNIT, UNTIL, USES, VAR, WHILE, WITH, XOR Directives ABSOLUTE, ...
5. Turbo51 Objects
(Documentation/General)
Objects are data structures that merge pascal records and procedures called methods, i.e. data and code together. In order to use objects in Turbo51 you need XDATA memory. The syntax ...
6. System Functions
(Documentation/Procedures)
... False otherwise. Ofs Function Ofs (TRecord.Field): Longint; Ofs returns offset of Field in record type TRecord. Ord Function Ord (X: TOrdinalType): Longint;  ...
7. System Unit
(Documentation/General)
... = Function: Char; TFileRecord = Record WriteProcedure: TDeviceWriteProcedure; ReadFunction: TDeviceReadFunction; end; Var  ...
8. 8051 Assembler statement
(Documentation/Assembler)
... access called procedure's parameters. RecordType.Field Use RecordType.Field to get the offset of field in record. LOW (Word) Use LOW to access low byte of word.  ...
9. Variables
(Documentation/Declarations)
... directive declares volatile variable - variable which is modified by some interrupt or hardware. Absolute directive declares variable on top of another variable (AbsVar absolute RecordVariable.Field is ...
10. Types
(Documentation/Declarations)
... default memory type for variables and sets memory type to which this pointer will point to. Examples: Type PDataWordX = ^TDataWord XDATA; TDataWord = Record Case ...
... of absolute OMF-51 file including extended records for source-level debugging New feature: Procedures can be placed at specified absolute address Warning: Unit file format has changed. Delete all ...
12. Turbo51 FAQ
(Uncategorised Content)
... previously compiled some units without the $A+ switch then you need to rebuild them: Turbo51 MyProgram /$A+ /AL /B. How can I declare record fields with Boolean type? Boolean variables use ...