User Tools

Site Tools


tutorials:fail

Warning: Undefined array key -1 in /sdf/sys/html/twenex/wiki/inc/html.php on line 1458

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorials:fail [2024/07/17 01:34]
papa
tutorials:fail [2024/07/17 01:44] (current)
papa
Line 20: Line 20:
  
 FAIL works with the TOPS-20 build commands (''EXECUTE'', ''COMPILE'', ''LOAD''). The standard source file extension is ''.FAI''. FAIL works with the TOPS-20 build commands (''EXECUTE'', ''COMPILE'', ''LOAD''). The standard source file extension is ''.FAI''.
 +
 +There is a complete manual on-line in ''DOC:FAIL.MANUAL''. An older version of the manual is available at [[http://www.bitsavers.org/pdf/stanford/sail/STAN-CS-74-407_FAIL_Apr74.pdf|Bitsavers']].
 +
 +Here's a working Hello program. Save the following program in file ''HELLO.FAI'', then assemble, link, and run it with ''@EXEC HELLO'':
 +
 +<code>
 +; Hello program in FAIL assembly
 +
 +start:  hrroi 1,[asciz/Hello, World!/]
 +        PSOUT
 +        HALTF
 +        jrst start
 +
 +end start
 +</code>
tutorials/fail.1721180057.txt.gz ยท Last modified: 2024/07/17 01:34 by papa