Skip to content

jatin69/mca102-SP

Repository files navigation

mca102-SP

mca102 - Systems Programming

Assembly Language Progams

  • Sum of elements of an array

  • Linear search
  • Binary search

  • Packed to unpacked using rotate (16 BCD digits)
  • Packed to unpacked using shift (16 BCD digits)
  • Packed to unpacked using masking (16 BCD digits)
  • Unpacked to Packed (using any) (16 BCD digits)

  • Moving a block of data from one memory location to another.

  • Linear search procedure
  • Linear search procedure and with table of parameters

  • factorial - iterative
  • factorial - recursive

  • Matrix addition
  • Matrix Multiplication

Tool Used emu8086

Releases

No releases published

Packages

No packages published