Allow large literal integers
`push` cannot push a 64-bit integer. In order to push it, we have to first load a large integer to a register using `movabs` and then push it to the stack.
parent
47610372
Please register or sign in to comment
`push` cannot push a 64-bit integer. In order to push it, we have to first load a large integer to a register using `movabs` and then push it to the stack.