Re: A86: ASM Posts


[Prev][Next][Index][Thread]

Re: A86: ASM Posts




In a message dated 1/22/99 5:17:29 PM US Eastern Standard Time,
cflan@granitecity.com writes:

> Hello.  I'm very new to ASM and I was wondering if anyone can post
>  tutorials, or the URLs to good tutorials.

	That's probably one of the best that you will find for now...But to get many
tutorials, go to www.acz.org.  They have many members, each with their own set
of tutorials.
>  
>  I looked over one at http://www.eden.rutgers.edu/~assets/t1.html and it was
>  very good. Although, it didn't really explain the logic behind the keywords
>  and structure. I'm excellent at BASIC (most everyone is) and know most of
>  the logic. I'm just not sure how to translate it to ASM effectively and
>  accurately.
>  
>  Also, can anyone post a decimal to hex conversion "thing". I know your calc
>  does it but...when I convert 10 to hex I get 'Ah'. How does $10 revert back
>  to 10? I know this is simple. I just haven't grasped the complex yet. Just
>  think, I'm in advanced calculus and can't convert to hex. Hmm....

	Hex is a base-16 number system.  That means that 0=0,1=1,2=2,3=3 and so on,
till A=10,B=11,C=12,D=13,E=14,F=15.  $10 is equal to 16, or $F +$1, so you get
16.
>  
>  The most advanced thing I've done in ASM is putting text on the screen
>  (Hurrah!! I've officially done absolutely nothing.)
>  
>  Thank you for your time and I apologize for this message being so long.
>  


Glen
ZAPO