RecentChanges

Updates since 2016-09-22 10:02 UTC up to 2016-12-21 10:02 UTC

1 | 3 | 7 | 30 | 90 days
List all changes Include rollbacks Include minor changes
List later changes RSS RSS with pages RSS with pages and diff

2016-11-19

  • 19:51 UTC (diff) (history) FavoriteComputerGames . . . . Anonymous == Favorite Computer Games == === Video Games === * Enigma (Oxyd) === Interactive Fiction === * The Gostak * For a Change * The . . .

2016-11-15

2016-11-08

  • 04:53 UTC (diff) (history) BasicForth . . . . Anonymous REDIRECT http://www.ludism.org/tinfoil/RetroChallenge201610

2016-10-30

  • 05:00 UTC (new) (history) HoldingDownTheForth . . . . Anonymous {{{ 1000 DIM STACK$(10) 1100 PTR = 0 2000 OPEN "RAM:PROG.DO" FOR INPUT AS 1 2200 INPUT #1, W$ 2320 IF W$ = "end" THEN 5000 2400 IF W$ = "emit" . . .
  • 01:42 UTC (new) (history) BasicForthCrashy . . . . Anonymous {{{ 1000 DIM STACK$(100) 2000 OPEN "RAM:PROG.DO" FOR INPUT AS 1 2200 INPUT #1, WORD$ 2300 IF EOF(1) THEN GOTO 5000 2400 IF WORD$ = "emit" THEN . . .

2016-10-09

  • 06:10 UTC (diff) (history) BasicForthOps . . . . RonHaleEvans 21000 REM push 21010 SP = SP + 1 21020 ST$[SP] = V$ 21030 RETURN 22000 REM pop 22010 V$ = ST$[SP] 22020 SP = SP - 1 22030 RETURN 30400 . . .

More...

Filters