Thank you Don for rewriting one part of the corewars code in C. I am 
still experimenting but gave up the ideal that the assembly language 
for corewars comes close to being C (when it comes to pointers). (I 
think one fact that is difficult to understand is why/when to use & and 
when not.
For instance, ?move <address0>  &<address1>? won?t work, although it 
makes sense in my mind. I think, the different use of & in comparison 
with C addressing a memory location plus the different meaning of 
writing just <address> (move <address0> <address1> BUT data 
<address1>)led to a misunderstanding when Dr. Bindner was trying to 
explain to me the meaning of the brackets). Otherwise, I might have not 
mixed up cw?s assembly ?concept? that eventually led to a total state 
of confusion.
...so sorry for any inconvenience

Sill, I don?t see consistency when applying the four simple rules 
giving by the documentation as a tried to write a couple of instruction 
in the form 
<label>: <keyword> <operand1> [, <operand2>]

but perhaps I will figure it out sooner or later.

-Alex

-----------------------------------------------------------------
To get off this list, send email to [EMAIL PROTECTED]
with Subject: unsubscribe
-----------------------------------------------------------------

Reply via email to