Skip to content
Commit 453d4564 authored by Rui Ueyama's avatar Rui Ueyama
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment