Start from a main routine: Difference between revisions

m
Line 15:
* Commodore 64: type <code>"LOAD"*",8,1</code> and press enter. This is how programs on floppy disks are loaded. Commodore 64 cartridges bypass this step entirely and boot immediately.
* NES/Famicom: Executes <code>JMP ($FFFC)</code> at the start automatically, thus entering the main program.
 
It should be noted that nothing needs to be called "main" but generally speaking the "main" program is whatever execution flows into at the start.
 
=={{header|8086 Assembly}}==
1,489

edits