gennyble / hext

A Binary File Markup Language
ISC License
23 stars 0 forks source link

Listen to negative kind #6

Open gennyble opened 3 years ago

gennyble commented 3 years ago

Currently, we allow specifying a kind of negative in the file header. Currently it can be one's compliment, two's compliment, or sign-magnitude. We do not, however, do anything with this information. All signed values are output as two's compliment.