Babystep7: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m Corrected the comment to reflect the code. The stack pointer is being set to 2000h past the start, not 200h
m Bot: Replace deprecated source tag with syntaxhighlight
 
Line 22:
Finally, note that IP is unaffected by all this, so the code itself is still limited to 64k.
 
<sourcesyntaxhighlight lang="asm">
AsmExample:
 
Line 72:
db 0xAA
;==========================================
</syntaxhighlight>
</source>
 
==See Also==