我正在使用 gcc 编译汇编代码,我想在文件中包含的编译过程中打印自定义消息。我希望能够做这样的事情:
custommessage:
.incbin "custommessage.txt"
.print custommessage
这是可能吗?
我正在使用 gcc 编译汇编代码,我想在文件中包含的编译过程中打印自定义消息。我希望能够做这样的事情:
custommessage:
.incbin "custommessage.txt"
.print custommessage
这是可能吗?