Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
01d483cf8d
fixed input/output of files, parsing needs additional work
bf8e88a7e8
branching to remove excess to narrow down problem
e0102289e4
partial success! testParse will parse a file, though not all the hex is correct. primarily this is the case for instructions not yet added however. running from main with cli arguments currently will always result in a seg fault.
160cf8d9a0
succesfully parsing and outputing into converter. two main bugs, the converter adds 1 to the end somehow, and for the addi instruction it's registering that there are multiple free() statements
233c1ba1d9
moving to nested linked list structure for instructions and arguments. this should allow for better dynamism between instructions and clearer organizational logic.