Safe mode: Difference between revisions

Content added Content deleted
mNo edit summary
Line 6: Line 6:


=={{header|6502 Assembly}}==
=={{header|6502 Assembly}}==
The 6502 itself has no safe mode. This is true for most assembly languages (except maybe the Big Two: x86 and ARM.)
The 6502 has no safe mode.


=={{header|68000 Assembly}}==
=={{header|68000 Assembly}}==
The 68000 itself has no safe mode. This is true for most assembly languages (except maybe the Big Two: x86 and ARM.)
The 68000 has no safe mode.


=={{header|8080 Assembly}}==
=={{header|8080 Assembly}}==
The 8080 itself has no safe mode. This is true for most assembly languages (except maybe the Big Two: x86 and ARM.)
The 8080 has no safe mode.


=={{header|8086 Assembly}}==
=={{header|8086 Assembly}}==
The 8086 itself has no safe mode. Protected Mode did not exist in the 16-bit x86 architecture, only "Real Mode."
The 8086 has no safe mode.


=={{header|AWK}}==
=={{header|AWK}}==