How to implement branches?
Fred Cook
fcook377@hotmail.com
Wed May 14 13:13:00 GMT 2003
Hi,
My target architecture implements conditional branches like this:
equal r10, r11, r12 /* r12 = (r10 == r11) */
branch_if_true r12, label
Now I am looking for hits to implement this my gcc port. Also
references to ports where branches are clearly implemented and
branches are similar to the branches of my architecture are
welcome.
Thanks,
Fred.
_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus
More information about the Gcc
mailing list