kspalaiologos / asmbf

The only true brainfuck-targetting assembler.
https://esolangs.org/wiki/Asm2bf
MIT License
109 stars 6 forks source link

Signed barebones #102

Closed kspalaiologos closed 4 years ago

kspalaiologos commented 4 years ago

This tiny pull introduces small patches to makefile, adds three new instructions (s00 => sgn => signum, s01 => abs => absolute value, s02 => sneg => signed negation). It also fixes a small, off-by-one error in bfi. There were substancial changes made to the signed arithmetic scratchpad, a new macro has been defined to support embedding signed literals. It also adds unit tests for all of the cases.