OMars
Well-Known Member
Here it isit's in assembly)
I have TASM but I don't know how to use it................ <_<
Note: this is not for the GP2X, it is for a computer(my first program )
Code:
.MODEL SMALL
.STACK 200H
.CODE
START:
Mov ah, 2
Mov dl, 1
Int 21h
mov ah, 4ch
mov al,00h
int 21h
END START
I have TASM but I don't know how to use it................ <_<
Note: this is not for the GP2X, it is for a computer(my first program )