// // Programmgeruestbeispiel zur Aufgabe3 // //Name: //Datum: .file "aufgabe3.S" .text .align 2 .global main .type main, function main: push {LR} MOV R_, #0x2 // a MOV R_, #0x3 // b MOV R_, #0x4 // c BL AdditionMitRest TST R0, R0 MOVEQ R0, #0x4 MOVNE R0, #0x5 pop {PC} .Lfe1: .size main,.Lfe1-main