Jump to content

Start from a main routine: Difference between revisions

m
no edit summary
m (Omitted XPL0)
mNo edit summary
Line 729:
 
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}}==
297

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.