Merge branch 'master' of git.silversoft.se:Imbus/HateLace
This commit is contained in:
commit
aa3c372d54
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
@ -52,8 +52,8 @@ classDiagram
|
||||||
Computer --> ProgramCounter
|
Computer --> ProgramCounter
|
||||||
Program <-- ArrayList
|
Program <-- ArrayList
|
||||||
Program : +toString()
|
Program : +toString()
|
||||||
Memory <|-- LongMemory
|
Memory --|> LongMemory
|
||||||
Word <|-- LongWord
|
Word --|> LongWord
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -73,15 +73,15 @@ classDiagram
|
||||||
class JumpEq
|
class JumpEq
|
||||||
class Mul
|
class Mul
|
||||||
class Print
|
class Print
|
||||||
Instruction --|> Word
|
Instruction <|-- Word
|
||||||
Instruction --|> Address
|
Instruction <|-- Address
|
||||||
Add --|> Instruction
|
Add <|-- Instruction
|
||||||
Copy --|> Instruction
|
Copy <|-- Instruction
|
||||||
Halt --|> Instruction
|
Halt <|-- Instruction
|
||||||
Jump --|> Instruction
|
Jump <|-- Instruction
|
||||||
JumpEq --|> Instruction
|
JumpEq <|-- Instruction
|
||||||
Mul --|> Instruction
|
Mul <|-- Instruction
|
||||||
Print --|> Instruction
|
Print <|-- Instruction
|
||||||
```
|
```
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
|
|
Loading…
Reference in a new issue