Stefano Mazzocchi [mailto:[EMAIL PROTECTED] 

> Hunsberger, Peter wrote:
> 
>  > real assembler programmers can program assembler in any language...
> 
> LOL
> 
> Though, I strongly hope you are mistaken here. If this won't 
> be easy to 
> use, nobody will use it and we will have failed.

Well, we can qualify it and add "wise assembler programmers only program
in assembler when they have to".  I'm pretty sure Pier would fall into
the "wise" category...

As for myself, sometimes I wonder:

                    for (int j = 0; j < 4; j++ )
                    {
                        int k = new Long( 0x00003F & num ).intValue( );
                        out.append( trans.charAt( k ) );
                        num = num >> 3;
                    }


....



Reply via email to