CS208, Friday 21 Jan 2022

Coming up

Questions?

Bitwise operations

x86_64 architecture

UTF-8 chart

x86_64 simple programs

We can write some simple programs in x86_64 assembly language.

Here's a hello-world program, along with an explanation how to assemble and run it: hello.asm

Mostly, we won't be writing assembly language programs. Instead, we'll be reading the assembly language generated by the gcc compiler.

Plan