Jump to content

How to have this output?

- - - - -

  • Please log in to reply
1 reply to this topic

#1
Yuval

Yuval

    Newbie

  • Members
  • Pip
  • 1 posts
Output 4:

zzyzyxzyxwzyxwvzyxwvu……….z -> c

I'm still new to this
since I need help

mov cx, 001A
mov bx, 0001


1   mov dl, 7A
    push cx
    mov cx, bx
2   mov ah, 02
    int 21
    dec dl
    loop 2
    dec bx
    pop cx
    loop 1
int 20

Edited by dargueta, 30 August 2011 - 09:10 AM.
Please use code tags and indent your code.


#2
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,705 posts
  • Programming Language:C, Java, C++, PHP, Python, Perl, Assembly, Bash, Others
  • Learning:JavaScript
What assembler are you using? This looks like debug.exe on Windows, am I correct?
sudo rm -rf /




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users