Instructions after a ;\ comment don't execute? What's special about backslash in comments in NASM? [duplicate]
问题 This question already has an answer here : NASM/Yasm drops CALL after comment ending with backslash (1 answer) Closed last month . I was programming an ASCII to decimal converter in ASM and after an edit, it just didn't add to rax , this caused an infinite loop. GDB says that rax wasn't accepting ANY numbers, even when moved from memory and other registers. I have tried moving things into rax with mov and I have also tried the inc operation. Here is the asciiToDec function, well commented, I