This is an assembler program for the MC68000 microproccesor. When compiling, the existence of mnemonics and the validity of the used addressing modes are checked. The compiler generates a binary file starting with the first program address (2 bytes), the last address (2bytes) and the data length in bytes (2 bytes), and followed by the program and data bytes. This datastring can be send via a selectable serial port.
Special characters
';' comments => ; this is a comment
'@' start addres program => @2B900
'BNE.S *$F4' => branche offset
'#' data block => #B4,56,F7,22,01,C4,B4,9A
Show an example code. Caution! This will remove the current visual code.