Moved WORD_BITS constant to global header w/ S
This commit is contained in:
parent
4c04f44286
commit
679c84a075
@ -2,6 +2,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "decode.h"
|
#include "decode.h"
|
||||||
|
#include "emulator.h"
|
||||||
|
|
||||||
// Retrieve the bits between positions 'lsb' (inclusive) and 'msb' (exclusive) from a given word
|
// Retrieve the bits between positions 'lsb' (inclusive) and 'msb' (exclusive) from a given word
|
||||||
// as a new zero-extended word.
|
// as a new zero-extended word.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user