![]() |
||
| |
||
Assembly Language One of the great things about the Psion computers is
how easily they can be programmed.
This can be done on the Psion machine itself (using the built-in OPL editor) or by using a PC-based software development kit (SDK), software development environment (SDE) or Psion 'emulator'.
Assembly Language optionsLeigh Edwards includes a short section on Assembly Language Programming in his excellent book "Programming Psion Computers". Apparently there is a TopSpeed assembler and linker supplied with the Psion SIBO C SDK professional edition. Edwards outlines a number of other options including the CPOC Assembler. ByteMeAndrew Lord has written a a program called ByteMe which allows you to embed 8086 assembler in OPL programs. It supports: Inline Assembly (Embed 8086 MNEMONICS within you OPL files. Then compile your assembler code and OPL in one operation.); All Addressing modes (All 8086 addressing modes are fully supported); Arithmetic Expressions (statements such as MOV AX,3-4 are supported); Macro Support (ByteMe 1.0 supports parameterised macros). |
Contact use-mail: +
Quick Links |
|