Macro dynasmrt::Pointer [] [src]

macro_rules! Pointer {
    ($e:expr) => { ... };
}

This macro takes a *const pointer from the source operand, and then casts it to the desired return type. this allows it to be used as an easy shorthand for passing pointers as dynasm immediate arguments.