Assembler

Assembler my love

You may be programming and you may do it well. But understanding how it works in machine language will make you an even better software developer. A CPU cannot do printf("hello world") because there are no parantheses. How is it done internally? 

Welcome to my world where we take an interesting view on how machine language and processors work.

The X86 processor has registers to hold variables. Prominent registers are:

Hello World Bootsector

In this German video, I show how to create your own boot sector. This is interesting because