|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Valdis.Kletnieks
vt.edu
Date: Fri Jun 22 2007 - 13:20:00 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 22 Jun 2007 03:58:24 MDT, Aaron Adams said:
> Maybe I am just tired.... My guess is that I must
> seed a register with an ASCII value and then
> and/xor/not it with approriate value. I have tried
> using add/sub with no luck.
Yes, that's your best option at that point - you can't get a 0xcc
in there because of the 0z10-0z79, but you *can* start with a 0x40,
shift that left 1 to get a 0x80, and then OR that into a 0x4c.
(Getting a shift-left may be a problem - if so, try "multiply by 2"
or "add to itself" or similar alternatives. Maybe loading a 16-bit
0x4020 and shifting it *right* 7 bits will work. Play around. ;)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Exmh version 2.5 07/13/2001
iD8DBQFGfBLQcC3lWbTT17ARAmW0AJ4rLWpF1NaQXUQdiMDrgjizL9lDPgCgqdqG
JoF1XtW8j6lR64dkGCp0qlU=
=xvNv
-----END PGP SIGNATURE-----
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]