systemless 0.37.0

High-Level Emulation for classic Macintosh applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Generated selector-operation routes. Do not edit by hand.
[
    SelectorOperationRoute::new(
        0x0001,
        "selector-operation:_HWPriv:0x0001:d0-moveq-immediate:8",
        "FlushInstructionCache",
    ),
    SelectorOperationRoute::new(
        0x0003,
        "selector-operation:_HWPriv:0x0003:d0-moveq-immediate:8",
        "FlushDataCache",
    ),
    SelectorOperationRoute::new(
        0x0009,
        "selector-operation:_HWPriv:0x0009:d0-moveq-immediate:8",
        "FlushCodeCacheRange",
    ),
]