|
|
d0f9849098
|
Fix unnecessary instruction when MOV source and target is equal, add MOV to/from output/input
|
2023-03-21 18:35:44 +01:00 |
|
|
|
5500df3991
|
Add JMP and NOP instructions
|
2023-03-21 18:34:50 +01:00 |
|
|
|
b9898e0a8d
|
Implement JMP instructions and fix a parsing bug, when MOV is called with a register as source
|
2023-03-21 17:14:40 +01:00 |
|
|
|
2e2e5d8ed3
|
Fix: Parsing of mov instructions containing a constant, like "MOV 10, reg1"
|
2023-03-21 15:49:29 +01:00 |
|
|
|
306e631e64
|
Implement part of the parser
|
2023-03-21 14:33:29 +01:00 |
|