| |||||
Technical Support On-Line Manuals Ax51 User's Guide | Writing Assembly ProgramsThe Ax51 macro assembler is a multi pass assembler that translates x51 assembly language programs into object files. These object files are then combined or linked using the Lx51 Linker/Locator to form an executable, ready to run, absolute object module. As a subsequent step, absolute object modules can be converted to Intel HEX files suitable for loading onto to your target hardware, device programmer, or ICE (In Circuit Emulator) unit. The following topics describe the components of an assembly program, and some aspects of writing assembly programs. An assembly program consists of one or more statements. These statements contain directives, controls, and instructions. | ||||
| |||||