luis137 Posted October 26, 2007 Report Posted October 26, 2007 i use the Q06CPU & I HAVE M0-8191 THE QUESTION IS IF A HAVE A GROUP OF M, LIKE A M2000 TO M2099 I CAN USE THIS GROUP LIKE A WORD I MAKE OPERATIONS WITH WORDS? Quote
Gambit Posted October 26, 2007 Report Posted October 26, 2007 (edited) Yes, you can take multiple bits and use like a nibble byte or word operation. You achieve this by putting a K.. value for the bit device For instance: K1M2001 - M2001 - M2004 K2M2001 - M2001 - M2008 K3M2001 - M2001 - M2012 K4M2001 - M2001 - M2016 If you use these in D instructions or Batch instructions more Bit will be used. For instance: BMOV K4M2001 D1 K10 This will mov the bits M2001-M2160 to D1-D10 Edited October 26, 2007 by panic mode Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.