format translation: change period

This commit is contained in:
Ein Verne
2019-10-18 11:30:29 +08:00
committed by Starbeamrainbowlabs
parent 7f995941ed
commit f0f2764de2
168 changed files with 199 additions and 199 deletions

View File

@@ -1,6 +1,6 @@
# as
> 便携式 GNU 汇编程序
> 便携式 GNU 汇编程序.
> 主要用于汇编 `gcc` 的输出以供 `ld` 使用
- 汇编文件,将输出写入 a.out:
@@ -11,7 +11,7 @@
`as {{文件.s}} -o {{输出.o}}`
- 通过跳过空白和注释预处理来更快地生成输出(应该只用于受信任的编译器):
- 通过跳过空白和注释预处理来更快地生成输出.(应该只用于受信任的编译器):
`as -f {{文件.s}}`