2) Here is a partial list of OpCodes for a simple computer (like MARIE): Hex OpCode 0001 0010 0011 0111 Meaning Load AC from memory Store AC to memory Add to AC from memory 7 Halt program execution Write an Assembly Language program that calculates powers of 2 and stores them in memory. It should calculate and store powers of 2 from 20 to 210, Your Assembly Language instructions should start at address 300
OR
OR