0.2.1 Code Generated

The assembler lists the code generated from the statements of a source file. Each line has this syntax:

offset[[code]]

The offset is the offset from the beginning of the current segment to the code. If the statement generates code or data, code shows the numeric value in hexadecimal notation if the value is known at assembly time. If the value is calculated at run time, the assembler indicates what action is necessary to compute the value.