4
0
SystemsProgrammingAndOperat.../Codes/Python version/Assignment-A2 (Macro)/source1.txt

14 lines
160 B
Plaintext
Raw Normal View History

2025-01-07 22:00:12 +05:30
MACRO FIBO
MOVE A, =5
ADD A, B
MEND
MACRO SUM
ADD A, B
MOVE C, =100
MEND
START:
FIBO
SUM