what is used instead of binary codes in assembly language
Answers
Answered by
3
Answer:
What we use in assembly are hexadecimal codes. Binary is too long and inconvenient for us humans to read, while hexadecimal is very convenient, as 1 byte is 2 digits, instead of 8 binary digits or the awkward 0 to 255 decimal range. Hexadecimal is useful in a lot of areas, even in HTML colour codes.
Similar questions