X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=gesamt_arm%2Fcodeb_abgabe_ba.call;fp=gesamt_arm%2Fcodeb_abgabe_ba.call;h=e3f3c99226ea3e8ce70905be81fa2df857821acd;hb=9cce0a17be37a392051e00bf360d7abf23e25933;hp=0000000000000000000000000000000000000000;hpb=7c63017bb2fb3b9b2050728fde8f22236c30bbc3;p=testub10.git diff --git a/gesamt_arm/codeb_abgabe_ba.call b/gesamt_arm/codeb_abgabe_ba.call new file mode 100644 index 0000000..e3f3c99 --- /dev/null +++ b/gesamt_arm/codeb_abgabe_ba.call @@ -0,0 +1,5 @@ +extern long m(long,long); +int r1 = m(7,4); +int r2 = m(18,22); +printf("r1: %d\nr2: %d\n", r1, r2); +RET(r1==6 && r2==-8);