User Tools

Site Tools


Project:Brainfuck_for_PowerPC

A Brainfuck compiler targeting PowerPC with Linux or kFreeBSD as kernel. The compiler itself outputs assembly code; a driver is provided for automatically assembling and linking the code into an executable file.

Features

  • Some basic optimizations, enabled by using option -O <level> or -q optimize=<level>
  • Generation of minimal debugging information to trace source code line numbers (option -g)
  • Configurable cell width (option -q cellwidth={8|16|32|64})
  • Targets both 32-bit and 64-bit (option -q {32|64})
  • The compiler and its driver are architecture-independent, it can be used on non-PowerPC platforms as a cross-compiler
Project/Brainfuck_for_PowerPC.txt · Last modified: 2023/12/10 04:18 by whr