X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=codea%2Flewurm_11.0;h=ac14b1aa77a4326b499f52e8db27d27829519e33;hb=HEAD;hp=f92dba82e7dc88c1d43a985319042940bc852f33;hpb=0bbe5282fed85d2cf3ae7e90345018cfd1f54453;p=testub10.git diff --git a/codea/lewurm_11.0 b/codea/lewurm_11.0 index f92dba8..ac14b1a 100644 --- a/codea/lewurm_11.0 +++ b/codea/lewurm_11.0 @@ -1,5 +1,13 @@ struct a b c end; -method w() - /* passt die addresse jedes mal? */ - return 0x600b10.c; + +method try0() + return 0x00100000.c; +end; + +method try1() + return 0x01000000.c; +end; + +method try2() + return 0xA0000000.c; end;