tudor Posted August 24, 2005 Report Posted August 24, 2005 DFRO H16 K0 D211 K1 I am trying to work out this line of program, and need some help. I'm guessing it means something to do with moving data from hexidecimal register 16 ? DSFLP D600 K10 On this line i have no idea what DSFLP means ? WOR - TOP - TO - FROM These are also some commands i'm struggling to understand ? Any help with these commands would be great. Tudor. Tudor.jones@bisley.com Quote
Colin Carpenter Posted August 24, 2005 Report Posted August 24, 2005 DFRO H16 K0 D211 K1 Reads one double word (K1) from Buffer Memory 0 (K0) into Data Register D211 from Special Function Module at address Hex 160 (H16) DSFLP D600 K10 Shifts the contents of Data Registers D600 to D610 into D610 to D611, then puts a 0 into D600 WOR - TOP - TO - FROM FROM - as DFRO but for single words - used with special function modules. TO and TOP - TOP is the "single line pulse" version of TO. Used for writing set up info to special function modules. WOR - individual bit addition of 16 bit words. That's an odd one!! Quote
tudor Posted August 24, 2005 Author Report Posted August 24, 2005 thanks for your help colin. much appreciated 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.