toolchain icon indicating copy to clipboard operation
toolchain copied to clipboard

ASM64 doesn't throw error when a larger than 32b constant is used.

Open claziss opened this issue 2 years ago • 0 comments

Consider the next snip:

movl	r3, 0xefffffffffffffff	

The arc64 assembler will assemble it without any error.

claziss avatar Oct 11 '22 10:10 claziss