SyntaxFix
Write A Post
Hire A Developer
Questions
.model small .stack 100h .code Main proc Mov cx , 30 ; //that number control the loop 30 means the loop will ;excite 30 time Ioopfront: Mov ah , 1 Int 21h Loop loopfront;
this cod will take 30 character