Start from a main routine: Difference between revisions

Content added Content deleted
m (Omitted XPL0)
mNo edit summary
Line 729: Line 729:


END PROGRAM</syntaxhighlight>
END PROGRAM</syntaxhighlight>

=={{header|XPL0}}==
XPL0 programs are normally compiled and run from a main procedure, although this procedure is not explicitly named 'main'. It is possible to compile procedures without a main procedure that are later linked to a module with a main procedure. This feature was used frequently on old, slow 6502-based computers, such as the Apple II.


=={{header|Z80 Assembly}}==
=={{header|Z80 Assembly}}==