Description: Base n means that each place (x) in the number represents nx. (n0, n1, n2, n3, etc.)
Valid digits in base n are 0 to n-1.When working with numbers in different bases a subscript is usually used to indicate the base (e.g. 25310 means 253 in base 10).
We can represent any number in any base. The number will usually look different when expressed in another base, but its value is the same. When a number is stored in the computer’s memory, it has a specific value we can show it using base 10, base 2, base 16, etc., but the value never changes only the representation changes.
To Search:
File list (Check if you may need any files):
BASE CONVERSION.asm