tails
tails copied to clipboard
A fast, minimal Forth-like interpreter core in C++ with no assembly
Results
1
tails issues
Sort by
recently updated
recently updated
newest added
The current macOS x86-64 machine code for INTERP is: ``` 0000000100011950 pushq %rbx 0000000100011951 movq %rdi, %rbx 0000000100011954 movq (%rdi), %rax 0000000100011957 leaq 0x8(%rax), %rdi 000000010001195b callq *(%rax) 000000010001195d testq...