BF80 LoveByte 2025 Author: Povi Category: Wild System: CP/M Language: Z80 Assembly Len exe file: 252 bytes Instructions: Run on any CP/M system, but requires Z80 CPU, and ~33kB free TPA. Usage: BF80 filename.ext Compiles BrainF*ck source code to CP/M executable (COM file). Limitations: source code maximum size is 16384 bytes (code is loaded to 0x4000..0x7fff) compiled code must fit into 16128 bytes (code is compiled to 0x0100..0x3fff) maximum 256 nexted loops Any limitiation exceeded may cause crash (no runtime check). BrainF*ck source codes are not my work.