Thank you Everyone for the codes and explanation.
One question for ASM, does semi colon ; indicates a comment ? as shown in the code below
Can we use tilt ' instead of semi colon ; for ASM comments?
One question for ASM, does semi colon ; indicates a comment ? as shown in the code below
Code:
! mul edi ;eax = eax * FNV_32_PRIME
Can we use tilt ' instead of semi colon ; for ASM comments?
Code:
! mul edi ' eax = eax * FNV_32_PRIME
Comment