(function() {var implementors = {};
implementors["lasm"] = [{text:"impl PartialOrd<Register> for Register",synthetic:false,types:["lasm::asm::Register"]},{text:"impl PartialOrd<Literal> for Literal",synthetic:false,types:["lasm::asm::Literal"]},{text:"impl PartialOrd<Instruct> for Instruct",synthetic:false,types:["lasm::asm::Instruct"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()