mirror of https://github.com/yasm/yasm.git
parent
825eaa5823
commit
9dc4e6eccc
1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
||||
[section .text] |
||||
db 1 |
||||
|
||||
[section .data] |
||||
db 2 |
||||
|
||||
[section .text] |
||||
db 3 |
||||
|
||||
[section .data] |
||||
db 4 |
Loading…
Reference in new issue