le-fpconst.s
来自「Linux下嵌入式开发工具源代码」· S 代码 · 共 9 行
S
9 行
# Test fp constants.# These need ARM specific support because 8 byte fp constants in little# endian mode are represented abnormally. .text .float 1.1 .float 0 .double 1.1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?