This comfortable programming environment includes all tools necessary to write your own programs for PS08. The graphical user interface allows instant access to the assembler and compiler, the degugger, the include file handling and the download section.
Platform: | Windows 2000, XP (32 Bit) | Source file: | *.asm, according to the PS08 assembler syntax | Target file: | output.hex, downloadable hex-file | | | Instruction: |
command + maximum 3 parameters, e.g. nop or gotoBitC x,5,case1 | Comments: | Single line comment, multi line comments | Includes: | Including files is possibble with #include "myfile.h" | Constants: | Constants can be defined with CONST myConst8 15 | Number formatting: | Numbers can be written in decimal or hexadecimal notation
e.g. add x,20 or add x, 0x14 | Jump labels: | To jump within the code it is possible to use jump labels in combination with goto. | Addressing: | Is done automatically by the assembler | Subroutines: | Execution by jsub and jsubret | Syntax highlighting: | Coloured Text for better recognition |
|