Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. maintain3r

    Text display

    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...
  2. maintain3r

    Text display

    Thanks Salem! So far I've managed to print string character by character but I'm having trouble with the delay part! Here's the code: code segment assume cs:code,ds:code org 100h Typewriter: mov si, 0 ; setting the index register print_next: mov al,MyString[si] ...
  3. maintain3r

    Text display

    Hi everyone! I'm pretty new to assembler and I need your help to solve the following problem. I would like to create a DOS program which will display "Hello world" message with typewriter effect. I'm not asking to provide me with solution, merely to direct me in the right way so I can learn how...

Part and Inventory Search

Back
Top