문제

I am looking for a C compiler that runs on mac and it needs to compile to 8086 16 bit real mode machine code.

도움이 되었습니까?

해결책

You can try using Borland's Turbo C inside DosBox or something like that. That way you can actually run whatever you compile.

I've run some antique 16 bit DOS code under it and it works flawlessly.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top