1// RUN: llvm-mc -triple x86_64-unknown-unknown %s
2
3.intel_syntax
4add rbx, 0B0h
5add rbx, 0b0h
6add rax, 0A0h
7add rax, 0a0h
8