Sylvain 06 Posted February 11, 2013 Report Share Posted February 11, 2013 hello everyone does anyone have a small program routine for adding 100 consecutive MI. thank you. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted February 11, 2013 MVP 2022 Report Share Posted February 11, 2013 Use the LDI[MI] function (Load Indirect MI, under the Store menu) and increment the pointer from the first MI to the 100th MI and sum them as you go. Should be able to do it in about 3 or 4 lines of code, depending on how you want to trigger the routine. Quote Link to comment Share on other sites More sharing options...
Sylvain 06 Posted February 12, 2013 Author Report Share Posted February 12, 2013 Use the LDI[MI] function (Load Indirect MI, under the Store menu) and increment the pointer from the first MI to the 100th MI and sum them as you go. Should be able to do it in about 3 or 4 lines of code, depending on how you want to trigger the routine. Thanks for your answer Flex727. I will try this solution. Best regards Quote Link to comment Share on other sites More sharing options...
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.