Re: A83: Re: I am new


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

Re: A83: Re: I am new




A 8 bit number (because the number itself uses 8 binary digits, aka bits)
can be 0-255 (00000000b - 11111111b)
a 16 bit number (16 bits) can be 0-65535 ...
the registers (a,b,c,d,e,h,l) can hold 8 bit numbers
if you use them as double registers however (by combining two 8 bits into:
bc,de,hl), then it can hold a 16 bit number

-Dan

-----Original Message-----
From: Magiman443@aol.com <Magiman443@aol.com>
To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
Date: Sunday, October 11, 1998 8:53 PM
Subject: Re: A83: Re: I am new


>
>Hey, I am the new guy...I could make a web page for you of the 53
>tutorials...and while I am making the page I might learn something from
them.
>So why is 450 a 16 bit number and 4 is a 8 bit number and what is the
>difference and why does it matter? Not to sound, well, how I sound but I am
>just wondering.