Skip to content

Commit

Permalink
Update ASM code for new CustomASM version
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNerma committed Mar 15, 2024
1 parent dbc02d3 commit 947f18f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lrvm_tools/src/lasm/customasm.def
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#bits 8

#subruledef reg
{
a0 => 0x00
Expand Down Expand Up @@ -99,8 +97,6 @@
CMP_RIGHT => 0x07
}

#labelalign 32

#ruledef
{
cpy {reg_dest: reg}, {reg_val: reg} => ((0x01 << 3) + 0b110)[7:0] @ reg_dest[7:0] @ reg_val[7:0] @ 0x00
Expand Down

0 comments on commit 947f18f

Please sign in to comment.