Writing Functions in Assembler Code

Content

We give a minimalistic example on how a function written in assembly code can be called from a C program:

Exercise

Compile, link an run the code.