Make Marie Program Efficient Add Comments Program Org 100 Loop Load Count Add One Store Co Q37234301

Make the MARIE program more efficient and add comments to theprogram.

            ORG     100     

LOOP,   LOAD    COUNT

            ADD    ONE    

            STORE            COUNT                      

INPUT             

            STORE  VALUES

            LOAD    SUM  

            ADD     VALUES          

            STORE            SUM    

            LOADCOUNT

            SUBT   TEN     

            SKIPCOND000

            JUMP  END

            JUMPLOOP

            END,    HALT  

SUM,   DEC 0

COUNT,           DEC0

TEN,    DEC 10

ONE,    DEC 1

VALUES,   DEC 0


Answer


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.