lkundrak / dev86

C compiler, assembler and linker environment for the production of 8086 executables
http://v3.sk/~lkundrak/dev86/
GNU General Public License v2.0
153 stars 44 forks source link

system / exec / spawn functions for MS-DOS target? #20

Closed spacerace closed 5 years ago

spacerace commented 5 years ago

Hi,

I couldn't find it in bcc's c library. So I assume I have to do it by myself. How would I start with that? Using 0x4B function from int21?

Do you know, if there is any lib around that I can use for looking at with a working system-like function?

spacerace commented 5 years ago

I have implemented it by now. You can find it in my dev86 fork, i just have made a pull request to this repo: https://github.com/jbruchon/dev86