|
hi i has a problem i want to write this from assemblly to c++ but
the meaning of assemblly does't need it look carfuly
in sic\ex they want just opject code so lda or sta they do't need it in program
the source is
COPY START 1000
FIRST STL RETADR
CLOOP JSUB RDREC
LDA LENGTH
COMP ZERO
JEQ ENDFIL
JSUB WRREC
J CLOOP
ENDFIL LDA EOF
i want the program begin with name witch is
Hcopy
and it well beging in first line is 1000 wich is STL wich insterction
|