fabianishere / brainfuck

Brainfuck interpreter written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Just-in-time compilation

fabianishere opened this issue · comments

Goal

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

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

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)