Macro dynasm::dynasm_backwards [−][src]
dynasm_backwards!() { /* proc-macro */ }
Expand description
Similar to dynasm!
, but the calls to the assembler are executed in piecewise reversed order.
This is to allow the system to be used with assemblers that assemble backwards.
Currently this is not supported by the dynasmrt
crate, but this allows experimentation with it
out of tree.