- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can anyone tell me if there is an exact standardized version of the Intel extension ISHA (arithmetic bit shift)? I tried ISHFT, but it doesn't do quite the same thing. (I am using it on INTEGER(4) types.) Thanks in advance.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SHFTA does an arithmetic shift to the right. It doesn't do left shifts (SHFTL can do that.)

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page