aboutsummaryrefslogblamecommitdiff
path: root/src/ARMeilleure/Decoders/DecoderMode.cs
blob: 708d5c8fb66ee6261e954c65515fd630b50c94a8 (plain) (tree)
1
2
3
4
5
6
7
8
9
                              





                          
 
namespace ARMeilleure.Decoders
{
    enum DecoderMode
    {
        MultipleBlocks,
        SingleBlock,
        SingleInstruction,
    }
}