Skip to content

Commit

Permalink
updated Minimal 64 instruction set per source changes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Oct 30, 2023
1 parent b72363c commit dfce9d2
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions examples/slu4-minimal-64/slu4-minimal-64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ general:
origin: 0x0000
identifier:
name: slu4-min64-asm
version: "1.2.0"
version: "1.2.1"
extension: min64
min_version: 0.4.1
operand_sets:
Expand Down Expand Up @@ -1060,7 +1060,17 @@ instructions:
list:
- absolute_address
lax:
# load register A with memory value at (absolute address + X)
# load register A with memory value at (absolute address + X) (v1)
bytecode:
value: 0x68
size: 8
operands:
count: 1
operand_sets:
list:
- absolute_address
ltx:
# load register A with memory value at (absolute address + X) (v2)
bytecode:
value: 0x68
size: 8
Expand Down Expand Up @@ -1144,8 +1154,8 @@ instructions:
operand_sets:
list:
- absolute_address
lay:
# load A with memory at (absolute address + Y)
lta:
# load A with memory at (absolute address + A)
bytecode:
value: 0x76
size: 8
Expand Down

0 comments on commit dfce9d2

Please sign in to comment.