axp.readme

来自「system C源码 一种替代verilog的语言」· README 代码 · 共 11 行

README
11
字号
The handling of varargs is platform-dependent.  Assar Westerlundstared at the problem for a while and deduces the following table:vers / compiler         cc              gcc----------------------------------------------------------------------1.3                     a0, offset      __base, __offset2.0                     _a0, _offset    __base, __offsetThe current code should handle both cc and gcc versions, providedyou configure for the correct compiler.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?