Skip to content
forked from scotws/LiaraForth

An 64tass version of "initial" ANSI(ish) Forth for the W65C265SXB SBC (65816 CPU)

License

Notifications You must be signed in to change notification settings

aniou/LiaraForth

 
 

Repository files navigation

64tass port of Liara Forth, an "initial" ANSI(ish) Forth for the W65C265SXB (65816 CPU)

notes about 64tass version

This is a conversion to 64tass assembler format, created during work on Liara port to C256 Foenix platform.

At this moment code is able to run in my go65c816 emulator:

Liara Forth was created by Scot W. Stevenson.

asciicast

original README

Liara Forth is an ANSI-orientated Forth for the W65C265SXB ("265SXB") single-board computer that will work with out of the box as a "first Forth".

The 265SXB is an engineering development board -- roughly like the Raspberry Pi -- produced by the Western Design Center (WDC). It is based on the W65C265S microcontroler, which in turn has a 65816 microprocessor (MPU) at its core, the 8/16-bit hybrid "big sibling" of the famous 6502 MPU that powered classic computers such as the VIC-20 and Apple II. The 265SXB is one of the easiest ways to get started with a 65816 system.

This project is currently in the ALPHA stage. ALPHA means that "pretty much everything is there, and some of it even does what it is supposed to". Use, as always, at your own risk. There is further information docs/MANUAL.md .

There is a discussion thread for Liara Forth at 6502.org.

About

An 64tass version of "initial" ANSI(ish) Forth for the W65C265SXB SBC (65816 CPU)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 98.6%
  • Python 1.3%
  • Shell 0.1%