mirror of https://github.com/lukechilds/cc-rs.git
Alex Crichton
10 years ago
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||
|
_TEXT SEGMENT |
||||
|
|
||||
|
asm PROC |
||||
|
MOV EAX, 7 |
||||
|
RET |
||||
|
asm ENDP |
||||
|
|
||||
|
END |
Loading…
Reference in new issue