From: Piotr Fusik (P.Fusik_at_elka.pw.edu.pl)
Date: 2003-06-25 14:09:38
> > I don't think anyone ever wants to use 32-bit unsigned numbers in > > 6502 code. > > thats like saying "i dont think anyone would ever want to have a webserver on > a c64" > I wasn't precise. Of course, there's huge difference between 32-bit unsigned numbers supported by 6502 code (nothing unusual) and 32-bit unsigned numbers supported by 6502 assembler. I just don't understand, why Ullrich said that assembler doesn't distinguish between -1 and $FFFFFFFF. So, how the division operator works? E.g. -2/-1=2 while $FFFFFFFE/$FFFFFFFF=0. I prefer a simple solution, where all expressions are calculated by the assembler using 32-bit signed numbers (i.e. $FFFFFFFF is not legal). Bye, Piotr ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-06-25 14:10:31 CEST