Good afternoon, I want to save the characters to a file. The size is 20 rows and 40 columns. I developed code, but it's only saving 14 lines. Can someone help me?
Code:
mov bx,0
mov si,0
mov ax,0
mov di,si
mov cx, 80
lab_ciclo:
mov...
asked by
04.06.2017 / 13:05