avivbrook / Intel-Assembly-Language-Programming-Exercises

Solutions to programming exercises from Assembly Language for x86 Processors (7th Edition) by Kip Irvine.
38 stars 18 forks source link

Chap 6 Exercise 2 #1

Open nicom2118 opened 4 years ago

nicom2118 commented 4 years ago

In lines 20,21 your comments explain that you are adding the first and last element only. Why are you putting random numbers into j and k? Unless it is written down wrong? Your code isnt the first and last element, rather random.

huangupin1206 commented 4 years ago

Do you have solutions to programming exercises in every chapter from Assembly Language for x86 Processors (7th Edition) by Kip Irvine?