converting_20binary_20coded_20decimal
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
converting_20binary_20coded_20decimal [2018/03/31 13:19] – external edit 127.0.0.1 | converting_20binary_20coded_20decimal [2024/01/05 00:22] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
//By JGH, April 2007//\\ \\ **B**inary **C**oded **D**ecimal (BCD) is a method of representing a decimal number as a hexadecimal value using the hex digits 0-9 and ignoring A-F. For example, the number 21 (hex &15) would be represented as &21 (decimal 33). It can be a convenient internal representation of decimal numbers as each hexadecimal digit can be displayed without any further processing. See [[http:// | //By JGH, April 2007//\\ \\ **B**inary **C**oded **D**ecimal (BCD) is a method of representing a decimal number as a hexadecimal value using the hex digits 0-9 and ignoring A-F. For example, the number 21 (hex &15) would be represented as &21 (decimal 33). It can be a convenient internal representation of decimal numbers as each hexadecimal digit can be displayed without any further processing. See [[http:// | ||
+ | <code bb4w> | ||
number% = VAL STR$~bcd% | number% = VAL STR$~bcd% | ||
+ | </ | ||
\\ Numbers can be encoded in BCD using:\\ \\ | \\ Numbers can be encoded in BCD using:\\ \\ | ||
+ | <code bb4w> | ||
bcd% = EVAL("&" | bcd% = EVAL("&" | ||
+ | </ |
converting_20binary_20coded_20decimal.1522502351.txt.gz · Last modified: 2024/01/05 00:18 (external edit)