ARM9 / bass

fork of byuu's bass assembler
170 stars 50 forks source link

constant numbers are not going through the table.cpp/bitlength function #39

Closed PeterLemon closed 2 years ago

PeterLemon commented 2 years ago

tested by printing string p value from the bitlength function, constant numbers did not show up only their name instead of their number value. the same happens with variables too.

PeterLemon commented 2 years ago

fixed the constant & variable bitlength calculation including their negative numbers to use max bitlength. (issue fixed)