Hello
I need to know how to execute command line command in Delphi. I want to run external applications (DOS commands - copy,cd,delete,.. and some compilers and linker) in my project. I found one possible way by windows API functions, but I don't understand the lots of parameters and I hope...
I have system based on 8086 without OS and BIOS (just empty memory). I want to do applications in C language for this system. I want to know wether I can write all the application in C language or I need to write some routines in assemler (memory managing, interrupt services,boot sequence...
It's most important question for me!
My target system is not PC, but some device with procesor 8086. There is no operating system (there isn't DOS!) and memory configuration is other then PC's.
(For booting is used FLASH in the higher memory range and the lower half of memory range is SRAM...
Hello
Is any way to get the segment address of pointer?
My program language is Turbo C.
example:
char x;
Word off,seg;
off = &x;
seg = ???????????
Thank you Jenda
My target system is the board with processor Am186,
memory sytem:
SRAM with addresses 00000-7FFFF 256k x 16 bits
FLASH with addresses 80000 - FFFFF 256k x 16 bits.
! There is no operating system in this board. All the memory 00000 - FFFFF is free only for my application.
Problems:
1. I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.