fabianishere / brainfuck

Brainfuck interpreter written in C
Apache License 2.0
536 stars 74 forks source link

Support Just-in-time compilation #61

Open fabianishere opened 7 years ago

fabianishere commented 7 years ago

Goal

Provide an optional Just-in-time compilation that dynamically translates the instructions into x86-64 instructions.

christianbender commented 5 years ago

@fabianishere Have you a instruction list for x86-64 instructions or amd64 ? I use AMD

fabianishere commented 5 years ago

Hi,

I mostly use this reference when looking up instructions and this online assembler to see what a sequence of assembly instructions compile to (You could also do this offline using GAS or any other x86 asssembler)