flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
crc 27 Feb 2005, 13:39
I can't help with the invalid frequency issue, but that code should hang the computer in an endless loop. A fixed version is:
Code: org 0x100 use16 ; in the code that was posted, vgainit was run, then begin CALLed ; it again. Since this continued happening the system would eventually ; crash when it ran out of stack space. begin: call vgainit int 0x20 ; exit the program vgainit: push 0xA000 pop es mov ax, 0x13 int 0x10 ret ; exit this routine |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.