Home Tags Registers

Tag: registers

Reviewing the GNUSim8085

1
This article reviews the GNUSim8085 -- a graphical simulator, assembler and debugger for the Intel 8085 microprocessor. The Intel 8085 is an 8-bit microprocessor that...

Device Drivers, Part 9: Input/Output Control in Linux

49
This article, which is part of the series on Linux device drivers, talks about the typical ioctl() implementation and usage in Linux. "Get me a...

Device Drivers, Part 7: Generic Hardware Access in Linux

52
This article, which is part of the series on Linux device drivers, talks about accessing hardware in Linux. Shweta was all jubilant about her character...

Handling Interrupts

0
In my last article, we explored the concept of interrupts and how they catch the CPU's attention. In this article, we will look at...