mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-16 15:59:24 +00:00
re-organize
push
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
; +-------------------------------------------------------------+ ;
|
||||
; | Sample hello world program for use with the Magic Assembler | ;
|
||||
; +-------------------------------------------------------------+ ;
|
||||
mov ah,09
|
||||
mov dx,offset(hello)
|
||||
int 21
|
||||
mov ax,4c00
|
||||
int 20
|
||||
|
||||
hello db 'Hello, world!$'
|
||||
Reference in New Issue
Block a user