Safe mode: Difference between revisions

Content added Content deleted
(Added Wren blurb.)
Line 4: Line 4:


Along with a simple yes/no answer, describe what features are restricted when running in safe mode.
Along with a simple yes/no answer, describe what features are restricted when running in safe mode.

=={{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.)

=={{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.)

=={{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.)

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


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