Use address macro instead of opcode

This commit is contained in:
wborgeaud 2022-10-31 10:15:43 +01:00
parent fd96d30e24
commit 7647c5b51b

View File

@ -11,7 +11,7 @@
%macro codesize
// stack: (empty)
ADDRESS
%address
%extcodesize
%endmacro
@ -30,7 +30,7 @@ global extcodesize:
%macro codecopy
// stack: dest_offset, offset, size, retdest
ADDRESS
%address
// stack: address, dest_offset, offset, size, retdest
%jump(extcodecopy)
%endmacro