Skip to content

Instantly share code, notes, and snippets.

@phire
Created August 1, 2013 18:21
Show Gist options
  • Save phire/6133846 to your computer and use it in GitHub Desktop.
Save phire/6133846 to your computer and use it in GitHub Desktop.
llvm disassembler test
phire@osiris:~/projects/llvm/build$ echo "0x30 0x60 0x20 0xa3 0xfc 0xcf 0x5a 0x00" | bin/llvm-mc -disassemble -arch=videocore
.text
mov r0, 3
st r0, (r27-4)
blr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment