Moved WORD_BITS constant to global header w/ S

This commit is contained in:
Themis Demetriades 2024-06-03 17:36:19 +01:00
parent 4c04f44286
commit 679c84a075

View File

@ -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.