Re: A92: learning assembly - real simple question
[Prev][Next][Index][Thread]
Re: A92: learning assembly - real simple question
In a message dated 7/29/98 6:05:42 PM Eastern Daylight Time, e96nbr@efd.lth.se
writes:
> It follows that a byte is represented by two digits, a word by four digits
> and a longword by eight digits.
so when you say that a byte has two digits, that is the hex ($00-$FF) which in
binary it is 00000000-11111111. So you could say that if a byte was in binary
that it would have 8 bits (digits)
Follow-Ups: