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

Re: [f-cpu] New manual release (0.2.6)



Hi,

>   I have uploaded on seul a new manual :
> http://f-cpu.seul.org/cedric/
> 
>   Change are :
>      - New index at the end of the manual
>      - Add new dshift instructions (must be verified)

Unfortunately, there are errors: the shift counts are wrong. For
`dshiftl', they are

	r1 = r2 << (r3 % size)
	r1^1 = r2 >> (size - r3 % size)

and similar for the other `d-' operations.

-- 
 Michael "Tired" Riepe <Michael.Riepe@stud.uni-hannover.de>
 "All I wanna do is have a little fun before I die"
*************************************************************
To unsubscribe, send an e-mail to majordomo@seul.org with
unsubscribe f-cpu       in the body. http://f-cpu.seul.org/