mirror of
https://github.com/yourtion/30dayMakeOS.git
synced 2026-06-14 22:26:05 +08:00
Add 26 day code
This commit is contained in:
9
26_day/hello2.nas
Normal file
9
26_day/hello2.nas
Normal 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
|
||||
Reference in New Issue
Block a user