diff --git a/src/decode.c b/src/decode.c index 3f13a5f..d3fd0d6 100644 --- a/src/decode.c +++ b/src/decode.c @@ -2,6 +2,7 @@ #include #include #include "decode.h" +#include "emulator.h" // Retrieve the bits between positions 'lsb' (inclusive) and 'msb' (exclusive) from a given word // as a new zero-extended word.