Skip to main content

alu64_reg

Macro alu64_reg 

Source
macro_rules! alu64_reg {
    ($op:ident, $dst:ident, $src:ident) => { ... };
}
Expand description

Helper macro for assembling ALU operations with Register sources.