AFAIK, nothing you are describing exists in modern computers. Nowadays, you will always encounter layers of operating systems, bootstrapping, and possibly even virtualization between you and the hardware.
If you really want to understand the deep secrets of programming and how applications run on the hardware, I suggest you take an operating systems course or read up on how they work. For instance, the Andy Tanenbaum book Operating Systems Design and Implementation may be the ticket.