Constants

Simple constants can be immediate operands.

E.g. int i; ... i = 255; -> LDI R16, 255

E.g. char ch; ... ch = 'a'; -> LDI R19,'a' Variables Simple variables can be placed in

More about variable allocation when we do functions and malloc.

Index