0
4.9kviews
what is Re-entrant and Recursive procedure/subroutine
1 Answer
1
422views

Procedure :

  • The repeated group of instructions in a large program can be written separately from the main program.

  • This subprogram is called as Procedure in an assembly language programming, i.e. Procedure is a set of statements that can be processed independently from the main program.

Syntax:

PROC PROCEDURENAME

PROCEDURENAME …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.