Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 583 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 583 Bytes

FoenixEdit

This is a simple text editor for the Foenix A2560K computer.

Features

  • Uses vt100 mode with ANSI colors
  • Syntax Highlighting for C, BASIC, and Lox
  • Launching interpreter from editor for BASIC and Lox

Building

  • Requires Linux, Mac OS, or WSL for Windows
  • Install Calypsi cc68k
  • Run make to generate edit.pgz file

Related