多谢您的建议!您提出斟酌的地方:
>>--trap
>>--no-break
>>为了防止溢出和除0,as会自动扩展某些除法和乘法指令。本选项使as产生代码,当发现错误时使用陷阱处理异>>常,而不使用异常终止。
>>这里的"异常终止"是否斟酌一下?
原文如下:
--trap
--no-break
as automatically macro expands certain division and multiplication instructions to check for overflow and division by zero. This option causes as to generate code to take a trap exception rather than a break exception when an error is detected. The trap instructions are only supported at Instruction Set Architecture level 2 and higher.
如何写更合适?
|