Refactor type word -> word_t

This commit is contained in:
2024-04-25 11:07:37 +05:30
parent 9c0125542e
commit 43d14d05cf
9 changed files with 82 additions and 84 deletions

View File

@@ -165,8 +165,8 @@ typedef struct
typedef struct
{
word start_address;
word count;
word_t start_address;
word_t count;
inst_t instructions[];
} prog_t;