Example 2. Disassembly From memcpy32.asm

TEXT Section .text, 0x180 bytes at 0x0 000000: C_MEMCPY: 000000: .state32 000000: E3520000 CMP R2, #0 000004: 012FFF1E BXEQ R14 000008: E92D4001 STMFD R13!, {R0, R14} 00000c: E3110003 TST R1, #3 000010: 1A00002B BNE 0x000000C4 000014: E3100003 TST R0, #3 000018: 1A00002F BNE 0x000000DC 00001c: E3520010 CMP R2, #16 000020: 3A000008 BCC 0x00000048 000024: E92D0010 STMFD R13!, {R4} 000028: E2422010 SUB R2, R2, #16

Example 3 provides an example of how the output would appear if a copy record refers to different load and run sections and the --copy_table option is used.