toolchain
toolchain copied to clipboard
ASM64 doesn't throw error when a larger than 32b constant is used.
Consider the next snip:
movl r3, 0xefffffffffffffff
The arc64 assembler will assemble it without any error.