I tried to compile your project on my Ubuntu 22.04. And i gained the following error:
[ 96%] Building ASM_NASM object asm/CMakeFiles/asm_game.dir/utils.asm.o
/var/www/asm_c_cpp/asm/utils.asm:103: error: expected `,'
Looking at this code it looks like this:
reverse_loop_start:
cmp rcx, 0x
Shouldnt the 0x be something like 0x0?
I tried to compile your project on my Ubuntu 22.04. And i gained the following error:
[ 96%] Building ASM_NASM object asm/CMakeFiles/asm_game.dir/utils.asm.o
/var/www/asm_c_cpp/asm/utils.asm:103: error: expected `,'
Looking at this code it looks like this:
reverse_loop_start:
cmp rcx, 0x
Shouldnt the 0x be something like 0x0?