InterviewSolution
Saved Bookmarks
| 1. |
How To Define A Subroutine ? |
|
Answer» With HELP of two op-code BEGSR(Begin subroutine) ENDSR (END subroutine) and between these two op-codes write the instruction. The WHOLE construct is DEFINED as subroutine. With help of two op-code BEGSR(Begin subroutine) ENDSR (End subroutine) and between these two op-codes write the instruction. The whole construct is defined as subroutine. |
|