Merge pull request 'test branch main protection' (#1) from test_main_protection into main

Reviewed-on: https://external.feng-arch.cn:35127/fengqi/asm_parser/pulls/1
This commit is contained in:
fengqi 2024-10-30 03:34:40 +00:00
commit 48fc633f43

View File

@ -21,5 +21,4 @@ int main(int argc, char** argv) {
char program_bin_str [ROWS][17] ; // instructions converted to a binary string char program_bin_str [ROWS][17] ; // instructions converted to a binary string
unsigned short int program_bin [ROWS] ; // instructions in binary (HEX) unsigned short int program_bin [ROWS] ; // instructions in binary (HEX)
} }