Hello. I have been learning assembler, and can do most character input and output:
And know how to do loops, and several other things. Anyone got tips on drawing stuff? A line? I also cannot figure out how to do colored text. Thanks!Code:mov ah, 2 mov dl, 65 int 21 int 20




Reply With Quote