Create and test a procedure named Extended_ sub that subtracts two binary integers of arbitrary size. Restrictions: The storage size…

Create and test a procedure named Extended_ sub that subtracts two binary integers of arbitrary size. Restrictions: The storage size of the two integers must be the same, and their size must be a multiple of 32 bits. This is to be written in Assembly code and will be compiled using MS Visual C++ 2010.

Posted in Uncategorized