CompuServe Messages

#asm code

    20-Jul-93 21:55:00
Sb: #7220-#asm code
Fm: David Sachs 75106,3721
To: Peter H. Teeson 72647,3674
[…so I thought to convert it to C++ by doing short Foo(register short x) { return ((x<<1) ^ 0x1021); }…] One thing you could do is declare it as an inline function inline short Foo(register short x) { return ((x<<1) ^ 0x1021); }