Why do people find it so hard to reply to the same list
on which the original message appears?  I don't know that
I've seen Dave on ASSEMBLER-LIST.

On Nov 27, 2012, at 12:16, Gord Tomlin wrote:

> Dave, can you repost your instruction sequences one above the other? For
> me, they are garbled and I can't tell what the two sequences are.
>
>
> On 2012-11-27 11:19, Thomas David Rivers wrote:
>>    For example, the following two instruction sequences are equivalent.
>>
>>       STOCG  15,256(7),8                       BC   7,SKIP
>>                                                               STG
>> 15,256(0,7)
>>                                                     SKIP  DS   0H
>>
I'd reconstruct it as:

        STOCG  15,256(7),8                  BC   7,SKIP
                                                STG   15,256(0,7)
                                 SKIP       DS   0H

-- gil

Reply via email to