Write a program using 8086 assembly Language (with proper comments) that passes AL register value as parameter to a near procedure named DIVZERO

, , No Comments
 Write a program using 8086 assembly Language (with proper comments) that passes AL register value as parameter to a near procedure named DIVZERO, which checks if this passed AL value is zero or not. In case this value is ZERO program is terminated, otherwise same value is returned in AL register. Make suitable assumptions, if any.

0 टिप्पणियाँ:

Post a Comment