Skip to content

Commit

Permalink
v0.3 instruction aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Jan 4, 2021
1 parent e950f27 commit bb348dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions asm.l
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
(?i:drop) { return I_DROP; }
(?i:dsc) { return I_DROP; }
(?i:copy) { return I_COPY; }
(?i:take) { return I_COPY; }
(?i:pull) { return I_COPY; }
(?i:slide) { return I_SLIDE; }

(?i:add) { return I_ADD; }
Expand Down

0 comments on commit bb348dc

Please sign in to comment.