[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: K-fest for oz?



"Mark McDougall" <msmcdoug@no.spam.iinet> wrote in message 
news:49e5afbc$0$29861$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
> if (!busy)
>   attendees++;
>
> -or-
>
> if not busy then
>   attendees <= attendees + 1;
> end if;

How about...

      lda  busy
      bne  endif
      inc  attendees
endif anop

OK, so we have to assume less than 256 attendees!  :-)
Or a 65816...
-- 
Peter Watson
-- Write to MS-DOS disks on the Apple IIgs?
-- Impossible!  ;-)