/* https://github.com/cirosantilli/arm-assembly-cheat#comments */ #include "common.h" ENTRY # mycomment @ mycomment /* # only works at the beginning of the line. * Error: garbage following instruction -- `nop #comment' */ #if 0 nop # mycomment #endif nop @ mycomment EXIT