Hi everyone!
I've managed to finish this little program ;) I would like you to tell me if there is a way (and need) to optimize the code so that it works faster. Here's the code:
code segment
assume cs:code,ds:code
org 100h
Typewriter_pocetak:
xor si,si
mov dh,10
mov...