* Intro to assembler programming xdef Start Start: move.l #1, d0 * Instruction code: 7001 move.l #127, d0 * Instruction code: 707F move.l #-128, d0 * Instruction code: 7080 move.l #128, d0 * Instruction code: 203C 0000 0080 move.l #129, d0 * Instruction code: 203C 0000 0081 move.l #2147483648, d0 * Instruction code: 203C 8000 0000 * (2147483648 = 2^31) end