Operationscode binär (Hexadezimal) |
Symbolischer Maschinencode |
Befehlslänge |
Operationsart / Beschreibung |
0011 1100 (3C) |
LOAD ADR |
3 Byte |
Transport
<AC>:=<ADR> |
0011 1101 (3D) |
STOR ADR |
3 Byte |
Transport
<ADR>:=<AC> |
0100 0000 (40) |
ADD ADR |
3 Byte |
Addition <AC>:=
<AC>+<ADR> |
0100 0100 (44) |
NEG |
1 Byte |
Negation <AC>:= -
<AC> |
1000 0001 (81) |
JMP ADR |
3 Byte |
unbedingter Sprung zu ADR |
1000 0011 (83) |
JPN ADR |
3 Byte |
bedingter Sprung bei
<AC> negativ zu ADR |
Datei | Größe |
---|---|
Rechner2.exe | 1.060.436 Bytes |
Rechner2.gif | 1.067.262 Bytes |