Xcode Tip: Generate comments in your assembler output
To make it easier to find the assembly generated when you ‘Show Assembly Code’, embed comments using: asm("# your comment")
To make it easier to find the assembly generated when you ‘Show Assembly Code’, embed comments using: asm("# your comment")