Computer Systems Coursework 1- Assembly Programming Part 1 of the coursework is worth 40% of the total coursework mark. Part 1 of the coursework focuses on assembly programming. This coursework meets...


please how to solve this


Computer Systems Coursework 1- Assembly Programming<br>Part 1 of the coursework is worth 40% of the total coursework mark.<br>Part 1 of the coursework focuses on assembly programming. This coursework meets the module learning outcome Write assembly code<br>segments. You will submit an assembly code file to complete this coursework.<br>Question 1: write an assembly program using NASM that outputs the timetables from 1 to<br>13. The output should be:<br>5 6 7<br>2<br>1 2<br>3<br>1<br>3<br>4<br>8<br>10<br>11<br>12 13<br>1<br>4<br>5<br>6<br>7<br>8<br>10<br>11<br>12 13<br>8 10<br>3 3 6 9 12 15<br>2<br>2 4 6<br>8<br>12<br>14<br>16 18<br>20<br>22<br>24 26<br>18 21<br>24<br>27<br>30<br>33<br>36<br>39<br>4<br>4<br>8 12 16 20<br>24 28<br>32<br>36<br>40<br>44 48 52<br>5<br>5<br>10<br>15<br>20<br>25<br>30<br>35<br>40<br>45<br>50<br>55<br>60 65<br>12<br>18<br>24<br>30<br>36<br>42<br>48<br>54<br>60<br>66<br>72 78<br>7<br>7<br>14<br>21<br>28<br>35<br>42<br>49<br>56<br>63<br>70<br>77 84 91<br>8<br>8.<br>8 16 24<br>32 40<br>48<br>56<br>64<br>72<br>80<br>88 96 104<br>9<br>18 27<br>36<br>45<br>54<br>63<br>72<br>81<br>90 99 108 117<br>10 10<br>20 30<br>40<br>50<br>60<br>70<br>80<br>90 100 110 120 130<br>11 11<br>22 33<br>44<br>55<br>66<br>77<br>88<br>99 110 121 132 143<br>12 12<br>24 36<br>48<br>60<br>72 84<br>96 108 120 132 144 156<br>13<br>13<br>26 39 52 65<br>78 91 104 117 130 143 156 169<br>Code requirements:<br>• Your assembly code must calculate each timetable value. That is, to output the value of 10 * 7 your program must undertake that<br>calculation. Simply printing a stored string of results will provide a mark of 0.<br>• Your assembly code must use nam as an assembler. Not doing so will result in a mark of 0.<br>

Extracted text: Computer Systems Coursework 1- Assembly Programming Part 1 of the coursework is worth 40% of the total coursework mark. Part 1 of the coursework focuses on assembly programming. This coursework meets the module learning outcome Write assembly code segments. You will submit an assembly code file to complete this coursework. Question 1: write an assembly program using NASM that outputs the timetables from 1 to 13. The output should be: 5 6 7 2 1 2 3 1 3 4 8 10 11 12 13 1 4 5 6 7 8 10 11 12 13 8 10 3 3 6 9 12 15 2 2 4 6 8 12 14 16 18 20 22 24 26 18 21 24 27 30 33 36 39 4 4 8 12 16 20 24 28 32 36 40 44 48 52 5 5 10 15 20 25 30 35 40 45 50 55 60 65 12 18 24 30 36 42 48 54 60 66 72 78 7 7 14 21 28 35 42 49 56 63 70 77 84 91 8 8. 8 16 24 32 40 48 56 64 72 80 88 96 104 9 18 27 36 45 54 63 72 81 90 99 108 117 10 10 20 30 40 50 60 70 80 90 100 110 120 130 11 11 22 33 44 55 66 77 88 99 110 121 132 143 12 12 24 36 48 60 72 84 96 108 120 132 144 156 13 13 26 39 52 65 78 91 104 117 130 143 156 169 Code requirements: • Your assembly code must calculate each timetable value. That is, to output the value of 10 * 7 your program must undertake that calculation. Simply printing a stored string of results will provide a mark of 0. • Your assembly code must use nam as an assembler. Not doing so will result in a mark of 0.

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here