Solved Flat load scroll out sp

DOS specific questions.
Post Reply
honeydatax
Posts: 26
Joined: Jul 11, 2021 11:55

Solved Flat load scroll out sp

Post by honeydatax »

https://github.com/honeydatax/x86LibsApi


Im building a flat load , to build flat exe
Run afther call graphics function stack point going crazy,
My flat load to assembly 32 bits is use to educational flat code loader using system call nasm

Thanks by the help :)


Im trying to build a windows gest in dos
https://github.com/honeydatax/freeWindo ... ESKTOP.BAS
Last edited by honeydatax on Aug 07, 2021 17:48, edited 1 time in total.
honeydatax
Posts: 26
Joined: Jul 11, 2021 11:55

Re: ISR + coroutines = Multitasking in DOS

Post by honeydatax »

Sory if im get in ;im trying to make a windows gest but im have a problem ;afther im calling graphics from another process the same process get over ; by a protected mode error memory ;can same one help me my main code is this
Thanks by the help :)



https://github.com/honeydatax/freeWindo ... ESKTOP.BAS
honeydatax
Posts: 26
Joined: Jul 11, 2021 11:55

Re: ISR + coroutines = Multitasking in DOS

Post by honeydatax »

honeydatax wrote:Sory if im get in ;im trying to make a windows gest but im have a problem ;afther im calling graphics from another process the same process get over ; by a protected mode error memory ;can same one help me my main code is this
Thanks by the help :)



Here me code fails example on exits


https://github.com/honeydatax/x86LibsApi




https://github.com/honeydatax/freeWindo ... ESKTOP.BAS
honeydatax
Posts: 26
Joined: Jul 11, 2021 11:55

Re: Flat load scroll out sp

Post by honeydatax »

Solved
Post Reply