Jump to content

Halt and catch fire: Difference between revisions

m
No edit summary
Line 15:
 
=={{header|8086 Assembly}}==
{{trans|Z80 Assembly}}==
These two lines will halt the processor:
<lang asm>cli
hlt</lang>
 
=={{header|68000 Assembly}}==
The 68000 can only read words or longs at even addresses. Attempting to do so at an odd address will crash the CPU.
1,489

edits

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