• Stars
    star
    324
  • Rank 124,858 (Top 3 %)
  • Language
  • License
    GNU General Publi...
  • Created over 7 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Learn 16bit x86 Assembly with emulator

In the beginning, there was the Assembly

First, thank you for taking the time to read my book! I want to point out that English is not my first language and you're welcome to provide feedback for grammatical errors you may find. Please see the DISCUSSION menu in the gitbook repository on the github.com web site.

In the Beginning of the computer world, there is a Word. It's the Assembly language.
It's so close to the machine that it's hard to call it a language. But it's a weird language and it's not simply binary code with 0's and 1's. The assembly exists since the beginning. Since the assembly language is very close to the machine language, it's possible to control computer behavior in a very specific manner. Therefore learning the assembly language is more like learning how to speak directly to the computer hardware than compared with programming.
Studying computer itself helps us to figure out how every programming language works on a computer. And you can see the principles common to all programming languages.
So I'm sure, you will be able to see programs as assembly code as just like Neo was able to see the world as code. It's really fun.
You will discover the new world inside of the computer that is actually composed of many layers. Learning assembly is like visiting the deep layers of computer, so it make you have intuition to understand and handle the complexities of a modern computer. I cannot say that you would be super programmer if you know the assembly.
But the excitement, I felt when I saw the inside of computer via assembly, drived me to the Linux kernel and computer architecture. I want more people to have the chance to see the other aspect of the computer world.

I want to be like Morpheus who gave the Red Pill to Neo_ ;-)

Table of contents

More Repositories

1

lowlevelprogramming-university

How to be low-level programmer
9,597
star
2

book_cprogramming

Framework and Plugin design in C
C
216
star
3

book_assembly_8086_ko

94
star
4

book_linuxkernel_blockdrv

Learn how multi-queue block device in Linux kernel v4.4 works
CSS
76
star
5

caos

Calcium OS project for x86_64
C
38
star
6

linuxdeveloptip

38
star
7

book_assembly_64bit

26
star
8

sicp_exercise

exercises for Structure and interpretation of computer program
Scheme
12
star
9

mybrd

C
7
star
10

book_linuxkernel_blockdrv_ko

korean
6
star
11

tcppl_exercise

exercise solutions for The c++ programming language 4th edition
C++
6
star
12

my_leetcode

C
5
star
13

book_linuxkernel_md

4
star
14

assembly_64bit

Assembly
3
star
15

rust-for-linux-practice

Rust
2
star
16

yfs

C++
2
star
17

my-rust-book

Rust
2
star
18

my-cs110l-spr-2020-starter-code

Rust
2
star
19

vmm

vmm example
C
2
star
20

dlfs

Deep Learning from Scratch
Python
2
star
21

Coursera-AlgorithmsOnGraphs

C++
2
star
22

rust_tokio

Rust
2
star
23

gurugio

C
2
star
24

cka-study

1
star
25

book-rust

Rust
1
star
26

onlisp_korean

Korean translation of "on Lis"
HTML
1
star
27

hackerrank

www.hackerrank.com exercise
C
1
star
28

opentutorials_lectures

lectures uploaded in opentutorials.org
HTML
1
star
29

deltalog

Rust
1
star
30

rust-http-server

1
star
31

landoflisp_exercise

exercises of Land of Lisp
1
star
32

apss

Book of Algorithmic Problem Solving Strategies
C
1
star
33

leetcode_rust

Rust
1
star
34

linux_drv

driver exercise
C
1
star
35

professional-cpp

exercises of Professional C++ 5th
C++
1
star
36

my-paip-lisp

Common Lisp
1
star
37

cloud-infra-and-api

1
star
38

remu8086

Rust
1
star
39

ttabe-docker-study

1
star
40

practicalcommonlisp

exercise of Practical Common Lisp
HTML
1
star
41

testframe

Python
1
star
42

Coursera-FunctionalProgrammingPrinciplesinScala

Scala
1
star
43

disk_perf_with_dd

Python
1
star
44

eudyptula

C
1
star
45

rust-concurrent-prog

Rust
1
star
46

code-memorizer

Python
1
star
47

fence

C
1
star
48

ldd

linux device driver
C
1
star