Add 26 day code

This commit is contained in:
Yourtion
2016-05-16 10:44:14 +08:00
parent b2dc361194
commit 9d45d34cce
42 changed files with 8533 additions and 0 deletions

9
26_day/hello2.nas Normal file
View File

@@ -0,0 +1,9 @@
[INSTRSET "i486p"]
[BITS 32]
MOV EDX,2
MOV EBX,msg
INT 0x40
MOV EDX,4
INT 0x40
msg:
DB "hello",0