This shows you the differences between two versions of the page.
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 ('' | FAIL works with the TOPS-20 build commands ('' | ||
+ | |||
+ | There is a complete manual on-line in '' | ||
+ | |||
+ | Here's a working Hello program. Save the following program in file '' | ||
+ | |||
+ | < | ||
+ | ; Hello program in FAIL assembly | ||
+ | |||
+ | start: | ||
+ | PSOUT | ||
+ | HALTF | ||
+ | jrst start | ||
+ | |||
+ | end start | ||
+ | </ |