1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 04:24:22 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/community/examples/PETTIL.tid

20 lines
701 B
Plaintext
Raw Normal View History

2014-07-21 08:54:59 +00:00
created: 20140716085406905
modified: 20140716084548184
2014-09-11 18:36:30 +00:00
tags: Examples
2014-07-21 08:54:59 +00:00
title: "PETTIL - Forth for the Commodore PET" by Charlie Hitselberger
type: text/vnd.tiddlywiki
2021-01-03 10:48:13 +00:00
url: http://pettilmobile.com/tw/
2014-07-21 08:54:59 +00:00
A fast Forth interpreter for the [[Commodore PET|https://en.wikipedia.org/wiki/Commodore_PET]], written in 6502 assembly language. The TiddlyWiki containing program documentation is automatically generated from the source code: see https://github.com/chitselb/pettil.
2014-07-21 08:54:59 +00:00
2014-11-18 14:04:13 +00:00
{{!!url}}
2014-07-21 08:54:59 +00:00
<<<
Objectives of the project are, in no particular order:
* make a Forth that runs on my Commodore PET 2001
* have fun
* improve my "6502 assembly golf" skills
* find other people who are interested in this project
<<<