1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-25 19:29:49 +00:00
Millfork: a middle-level programming language targeting 6502- and Z80-based microcomputers and home consoles
Go to file
2018-03-10 22:05:10 +01:00
doc Update documentation 2018-03-10 22:05:10 +01:00
examples Minor change to examples description 2018-01-23 14:24:12 +01:00
include Removal of detailed flow analysis; it was slow and not worth it 2018-03-05 12:41:43 +01:00
project Initial code upload 2017-12-07 00:23:30 +01:00
src Expanding macros from within assembly 2018-03-10 21:52:28 +01:00
.gitignore Macro expansion fix, improved constant folding 2018-02-03 17:49:29 +01:00
build.sbt Switching to snapshot versioning 2018-01-29 11:49:42 +01:00
CHANGELOG.md Update documentation 2018-03-10 22:05:10 +01:00
LICENSE Initial code upload 2017-12-07 00:23:30 +01:00
logo_transparent.png Logo 2018-01-21 01:24:56 +01:00
logo_white.png Logo 2018-01-21 01:24:56 +01:00
README.md Preliminary support for 65816, 65CE02 and HuC6280 2018-03-03 01:21:57 +01:00

Millfork

A middle-level programming language targeting 6502-based microcomputers.

Distributed under GPLv3 (see LICENSE)

UNDER DEVELOPMENT, NOT FOR PRODUCTION USE

For binary releases, see: https://github.com/KarolS/millfork/releases (latest: 0.1)

Features

  • multiple targets:

    • Commodore 64 (the primary target)

    • Commodore 64 with SuperCPU (experimental, incomplete and very buggy)

    • Commodore 16 and Plus/4

    • Commodore 128

    • Commodore PET

    • Commodore Vic-20 (stock or with RAM extensions)

    • Atari 8-bit computers

    • Apple II+/IIe/Enhanced IIe

  • inline assembly

  • pay only for what you use: not a single byte of memory is used unless for code or explicitly declared variables

  • simple memory model that avoids using the stack

  • multi-pass optimizer (that will even optimize your hand-written assembly if you ask it to)

More info

Planned features

  • multi-part programs

  • more targets: Famicon/NES, BBC Micro/Electron, Oric computers, PC-Engine/Turbografx-16, Atari Lynx

  • support for 65816, targetting SuperCPU, SuperFamicom/SNES and Apple IIgs