I've been using the Keil IDE 7.10 for 8051 family of microcontrollers, and I'm surprized by its ease of use and powerful features. I just wanted to know is there anything like the Keil's IDE for 80x86 software development? Specifically, somthing to allow working on the bare-hardware, for example an 8086 or 80486SX, ... ; and the C compiler plus linker allow accessing absolute memory and generate absolute code (hex, bin, etc.) Thanks in advance.