Write and run (using appropriate calling program) a near procedure in 8086 assembly
language, which is passed a single parameter by the calling program. The procedure
checks if the input parameter has a value zero or not. If the value of input parameter is
zero then procedure/program is terminated, otherwise a value of 1 is returned to the
calling program, which then continue to execute the remaining program. Make and state
suitable assumptions, if any.