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