48 lines
1.8 KiB
Plaintext
48 lines
1.8 KiB
Plaintext
|
╔═══════════════╗
|
||
|
║C O M A N D O R║
|
||
|
╚═══════════════╝
|
||
|
|
||
|
Mnemonic two-pass assembler for the educational system "COMPLEX"
|
||
|
══════════════════════════════════════════════════════════════
|
||
|
|
||
|
DESCRIPTION
|
||
|
═══════════
|
||
|
|
||
|
Contents
|
||
|
════════
|
||
|
|
||
|
- Foreword.
|
||
|
1. Source file.
|
||
|
2. Numeric constants.
|
||
|
3. Marks.
|
||
|
4. Commentary.
|
||
|
5. Structure of the microinstructions.
|
||
|
6. Arithmetic-logical commands.
|
||
|
7. Commands for control issue.
|
||
|
8. Commands for the interruptions processing .
|
||
|
9. Command for the loading register LOAD.
|
||
|
10. Command for assign of the microinstruction FIELD.
|
||
|
11. Official commands.
|
||
|
12. Directives of the assembler.
|
||
|
Exhibit 1:
|
||
|
- Table of reserved mnemonics.
|
||
|
Exhibit 2:
|
||
|
- Reports on mistake.
|
||
|
Exhibit 3:
|
||
|
- Task of the microinstruction by default.
|
||
|
Exhibit 4:
|
||
|
- Example of program writing.
|
||
|
|
||
|
|
||
|
Foreword.
|
||
|
══════════
|
||
|
|
||
|
Mnemonic two-pass assembler "COMANDOR" is intended to
|
||
|
relief of the laborious labour of the programmer on writing the micro-
|
||
|
instructions of the microprocessor system "COMPLEX", debug and
|
||
|
performing the programs on software emulator, and quick contributing
|
||
|
the changes to source text.
|
||
|
The result of the functioning the assembler on translations of the
|
||
|
source text file is a file with extension '.pmk', and its queue source
|
||
|
for programm emulator of the microprocessor complex.
|