Skip to content

Commit

Permalink
#6 Translation for builtins with a space
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcere committed Oct 4, 2024
1 parent b9047f7 commit f931756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parser/cfg_instruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,11 @@ def translate_memoryguard(self) :


def translate_datasize(self) :
self.op = "push#[$]"
self.op = "push #[$]"


def translate_dataoffset(self) :
self.op = "push[$]"
self.op = "push [$]"

def translate_datacopy(self) :
self.op = "codecopy"
Expand Down

0 comments on commit f931756

Please sign in to comment.