jeudi 16 juin 2016

c++ - use asm in functions with just bytes instead of instruction name


Is there a way to write assembly instructions just by using its corresponding bytes. Something like this is what I'm thinking:

__asm {
 0x7D8802A6
 0x9181FFF8
}

instead of something like:

__asm {
 stw       r12, -8(r1)
}

Aucun commentaire:

Enregistrer un commentaire