Closed akaruitori closed 4 years ago
Added saving .cor-files content Also refactored reading process a bit to unify reading of .s and .cor files. And added tests for .cor-reading.
read_binary_file() does the following:
read_binary_file()
read()
read_binary_champ_code():
read_binary_champ_code()
lseek()
Added saving .cor-files content Also refactored reading process a bit to unify reading of .s and .cor files. And added tests for .cor-reading.
read_binary_file()
does the following:read()
returning negative value;read_binary_champ_code()
:lseek()
;