Re: [cc65] ca65 bug [scanned]

From: Groepaz <groepaz1gmx.net>
Date: 2006-08-13 23:15:29
On Sunday 13 August 2006 13:06, Markus Stehr wrote:
> Hi!
>
> Am Sonntag, den 13.08.2006, 03:40 +0200 schrieb Groepaz:
> > 	.byte	((data_end-data_start)&255)	; len lsb
> > 	.byte	((data_end-data_start)+255)/256	; len msb - num pages
>
> Shouldnt this work too:
> .word (data_end-data_start)
>
> I havent used ca65 directly every, but it should, like acme, have a word
> pseudo-opcode.

ofcourse, just the .word pseudoop does something different than i need 
here :=)

-- 

http://www.hitmen-console.org
http://www.gc-linux.org/docs/yagcd.html
http://www.pokefinder.org
http://ftp.pokefinder.org

Ich denke niemals an die Zukunft. Sie kommt früh genug. 
<Albert Einstein>

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sun Aug 13 23:15:49 2006

This archive was generated by hypermail 2.1.8 : 2006-08-13 23:15:52 CEST