aboutsummaryrefslogtreecommitdiff
path: root/src/asm.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-18v0.5.2v0.5.2Gravatar Jorge Aparicio 1-0/+1
2018-05-18fix asm! clobber, no inline-asm support, 4 insn per cycleGravatar Jorge Aparicio 1-5/+16
2018-05-18add asm::delayGravatar Jorge Aparicio 1-0/+24
2018-04-26make compilable on stableGravatar Jorge Aparicio 1-26/+108
2018-04-12Add SEV assembly instructionGravatar Wim Looman 1-0/+11
2017-12-23map asm! ops to unimplemented! on non ARM targetsGravatar Jorge Aparicio 1-47/+26
2017-06-05inline all the functions in the asm moduleGravatar Jorge Aparicio 1-0/+6
2017-06-05Add barrier instructionsGravatar Adam Greig 1-0/+50
2017-03-08turn bkpt! into a functionGravatar Jorge Aparicio 1-40/+14
2017-03-04review safety of the existing API, make the register API type safeGravatar Jorge Aparicio 1-18/+46
2016-10-15asm must be in an unsafe block.Gravatar Jonathan 'theJPster' Pallant 1-1/+3
2016-10-15Added nop() functionGravatar Jonathan 'theJPster' Pallant 1-0/+5
2016-10-03make this crate compile further for HOSTGravatar Jorge Aparicio 1-0/+16
2016-09-27initial commitGravatar Jorge Aparicio 1-0/+35