Destination indexing question
User Name
Posts: 1,451
When using self-modifying code to store an array of longs, is this the customary way to increment ddddddddd?
Or is there some super slick way that I don't know about? The manual seems rather mute on the entire topic.
... label mov 0-0, data add label, dest_inc ... ... dest_inc long %10_0000_0000
Or is there some super slick way that I don't know about? The manual seems rather mute on the entire topic.
Comments
-Phil
Right. In this case my intent was to increment the destination in anticipation of the next use of the indexed move.