Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 907 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 907 Bytes

Forth Day 1998

Screenshots of overheads from Forth Day 1998 video. VERY hard to read. :-(

Slide 1

Slide 1a

Apparent conventions:

  • REMEMBER
    • Seems to make next word a does word?
  • END marks end of block
    • is negate
  • -1 + is used to decrement
  • Makes use of fall thru
  • VARIABLE switches red to mean define variable
    • : goes back
  • Color
    • Red = Define
    • Green = Compile
    • Black = Execute (also mentions yellow?)
    • Blue = Comment?
    • Cyan = Unsure, a hex constant?

slide2.png

Slide 2 Bottom

Slide 3

Slide 3a

Slide 4

Slide 4a

Slide 5

Slide 5a

Slide 5b

Slide 5 Bottom

Slide 6

Slide 6a

Slide 6b

Slide 7