View on GitHub

ITMO-PE

My study notes about Program Engineering at University ITMO

MainPage/Program Language/Low-Level Programming

CHAPTER 1 Basic Computer Architecture

This chapter is going to give you a general understanding of the fundamentals of computer functioning. We will describe a core model of computation, enumerate its extensions, and take a closer look at two of them, namely, registers and hardware stack. It will prepare you to start assembly programming in the next chapter.

1.1 The Core Architecture

###