| | |
rotates
Please support our Assembly advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Sep 2007
Posts: 33
Reputation:
Solved Threads: 1
I'm trying to output a hex value and TASM won't let me use any count on rotates and shifts other than 1. If I put rol dx,1h it works fine but if I put rol dx,4h it generates an error. So I have to call rol dx,1h four times...it's a pain. But if I don't use an operand it tells me there are too few operands. Why would it require an operand if the only one that works is 1? I don't understand
---edit---
nevermind, I just put CL in as an operand instead. Worked fine.
---edit---
nevermind, I just put CL in as an operand instead. Worked fine.
Last edited by carson myers; Dec 10th, 2008 at 12:46 pm.
![]() |
Similar Threads
- Evolution: Science vs. Religion (Geeks' Lounge)
- Carrara help (Graphics and Multimedia)
- How would you do this? (Java)
- CD Drive is not scanning my discs (Storage)
- Need help with Advertisment (Site Layout and Usability)
- Free sapce for 468x60 banners (Ad Space for Sale)
- Internet Explorer Fails After Registry Removal (Viruses, Spyware and other Nasties)
Other Threads in the Assembly Forum
- Previous Thread: long jump in tasm
- Next Thread: Arrays help
| Thread Tools | Search this Thread |





