Skip to content

Commit

Permalink
feat(microdata): add microdata module, containing constants (#83)
Browse files Browse the repository at this point in the history
Resolves: #82 
Signed-off-by: Tsvetan Dimitrov <tsvetan.dimitrov@consensys.net>
  • Loading branch information
powerslider authored and OlivierBBB committed Feb 21, 2024
1 parent bb72edc commit bf8ac3e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions microdata/constants.lisp
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
(module microdata)

(defconst
;transplants
RAM_TO_RAM 601
EXO_TO_RAM 602
RAM_IS_EXO 603
KILLING_ONE 604
PUSH_TWO_RAM_TO_STACK 605
PUSH_ONE_RAM_TO_STACK 606
EXCEPTIONAL_RAM_TO_STACK_3_TO_2_FULL_FAST 607
PUSH_TWO_STACK_TO_RAM 608
STORE_X_IN_A_THREE_REQUIRED 609
STORE_X_IN_B 610
STORE_X_IN_C 611)

0 comments on commit bf8ac3e

Please sign in to comment.