Skip to content
  • Rui Ueyama's avatar
    Allow large literal integers · 453d4564
    Rui Ueyama authored
    `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.
    453d4564