Re: [cc65] New .IDENT function

From: 42Bastian Schick <bastian421monlynx.de>
Date: 2005-05-10 13:56:27
Karri

> It was so fun to code with BLL because of the macros that made 
> structured assembly
> code possible. Like this. A piece of intelligence in my 1k Othello for 
> the Lynx:
>
>     lda length
>     _WHILENE
>       txa
>       clc
>       adc step
>       tax
>       lda board,x
>       bit #$fe
>       _IFNE
>         rts
>       _ENDIF

I tried it, but so far w/o real success, but I am close ;-)


-- 
42Bastian Schick
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue May 10 13:59:43 2005

This archive was generated by hypermail 2.1.8 : 2005-05-10 13:59:45 CEST