[comp.sys.amiga] Workbench 1.2 'hidden messages'

bartonr@psu-cs.cs.pdx.edu (Robert Barton) (04/12/89)

  If you have access to Kickstart 1.2, try the following AmigaBASIC program
to display the Workbench 'hidden messages' without straining your fingers:

secretPtr& = &HFE*65536&+&HE0*256+&H9C
FOR i% = 0 TO 446
  char$ = CHR$(PEEK(secretPtr&+i%) XOR &HAA)
  IF char$ = CHR$(0) THEN
    PRINT
  ELSE
    IF char$ <> CHR$(&HAA) THEN PRINT char$;
  END IF
NEXT i%
END

  I wonder if whoever put these in still works for Commodore?


  Whaddaya mean "Young enough to be my daughter"?
  Heck, she's old enough to be my sister.