Question: Consider the following code line: mov rax 60;syscall ID for EXIT ;syscall ID for EXIT will cause error. ;syscall ID for EXIT is a comment
Consider the following code line: mov rax 60;syscall ID for EXIT ";syscall ID for EXIT" will cause error. ";syscall ID for EXIT is a comment and will be ignored by the assembler. is a bad programming practice and will only confuse someone reading the code. ";syscall ID for EXIT" will help the debugger find error if there is an error in this line of code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
