Skip to content

Instantly share code, notes, and snippets.

@ajchemist
Last active December 30, 2015 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajchemist/7819471 to your computer and use it in GitHub Desktop.
Save ajchemist/7819471 to your computer and use it in GitHub Desktop.
## Usage: C-x h M-| bc RET
## i(in) o(out)
# Decimal to Binary
obase=2
2
4
8
16
32
64
128
# Decimal to Octal
obase=8
2
4
8
16
32
64
128
# Decimal to Octal
obase=16
2
4
8
16
32
64
128
# Hex to Decimal
obase=10
ibase=16
FFF
EEE
DDD
CCC
BBB
AAA
quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment