Recent content by nuubik

  1. N

    How Do I Correct Errors in My TASM Code for Calculating Averages?

    Homework Statement I had to write program which finds all negative elements in columns and calculates their average values and i had to do this with index addressing method. My code below: .model tiny .code .startup Org 100h Jmp Short Start Vector Dw 2, -7...
Back
Top