assembler icon indicating copy to clipboard operation
assembler copied to clipboard

Test using this for bfcc

Open skx opened this issue 5 years ago • 0 comments

The assembly output by bfcc should now be able to compiled by this assembler.

Of course we'll need to tweak the output to use registers we know about - e.g. rbp rather than r8, but I think I've now handled all the obvious instructions so that'll be the big test.

The most likely problem will be the byte-offset limitation of our jmp, jnz, jz instructions. We'll see if it will work.

skx avatar Oct 14 '20 18:10 skx