md fix
This commit is contained in:
parent
eeb7752c6d
commit
fd4c26850b
1 changed files with 9 additions and 7 deletions
|
@ -58,7 +58,9 @@ result in eax register (number of printed arguments)
|
||||||
section .bss
|
section .bss
|
||||||
x resd 1
|
x resd 1
|
||||||
```
|
```
|
||||||
|
|
||||||
* global (например, main)
|
* global (например, main)
|
||||||
|
|
||||||
```
|
```
|
||||||
global main
|
global main
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue