asm volatile ("mul.b %1 ; -> %0"
    : /* outputs */ "=c" (myOutput)
    : /* inputs */ "U" (myInput));