Printing To Screen: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Line 66: Line 66:


mov di, cx
mov di, cx
mov [es:di], al
mov [es:di], al ; move char to destination
inc cx
inc cx