Skip to content

aap/ainliforth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forth in PDP-11 machine code

Ainlif is Gothic for eleven.

How to run

  • start pdp11 from simh
  • load papertape with "l[oad] pt"
  • run main with "g[o]"

What's implemented

The dictionary contains atm:

  • foo (constant 1234)
  • .
  • .s
  • /
  • mod
  • dup
  • exit
  • (literal)
  • [
  • ]
  • :
  • ;
  • +1 (adds one to TOS)
  • +1sq (adds one to TOS and squares)

About

Forth in PDP-11 machine code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors