flat assembler
Message board for the users of flat assembler.
Index
> Main > Executing input instructions after program code body |
Author |
|
shutdownall 14 Jan 2013, 14:30
Is the stack (SS / SP) initialized ?
|
|||
14 Jan 2013, 14:30 |
|
SeproMan 15 Jan 2013, 13:27
xidevel,
You are putting every byte of code at the same address! Use an extra index register like "mov [cs:0x32+di],al" Also make sure the 32nd byte is a "nop" instruction. _________________ Real Address Mode. |
|||
15 Jan 2013, 13:27 |
|
SeproMan 15 Jan 2013, 13:46
xidevel,
You wrote: "Before there also was not working example of the program, as I used jmp to execute videobuffer: EA0000B800 jmp word 0xb8:0000." This might still work considering the output on the text screen will not be readable anyway. Just "inc bx" only once. Please note that the jump is actually to 0xB800:0000. _________________ Real Address Mode. |
|||
15 Jan 2013, 13:46 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.