9 Commits

Author SHA1 Message Date
75183113f4 Final changes and tweaks before submission 2022-11-25 11:19:26 +00:00
4d5dd089f6 Added comments to stage 5 2022-11-23 15:54:32 +00:00
1b040423c3 Fixed memory lea issue in stage 4
Added Stage 5 polygon and array functions
2022-11-22 00:38:22 +00:00
d679b2b6bf Removed the endx and y local vars from the filled rect function
Added checks for the filled rect function
Added comments for the filled rect function
2022-11-16 00:43:03 +00:00
c3113bc245 Added the filled rectangle function
Added comments for the new functions
Finished the circle function
2022-11-13 00:53:24 +00:00
3d102dd9b8 Added stage 3
Split the plot pixel part of the main function into its own function
Changed the add to a arithmetic shift left
Fixed comment error on the number of colors
2022-11-07 23:38:16 +00:00
fe2e14921a Added stage 2 of the assessment with stack management
Changed Stage 1 to use full registers and the si register instead of splitting them
2022-11-05 23:34:34 +00:00
d7f3c20324 Added comments to the source code for stage 1
Changed the parameters for the function to load into registers
Changed all the data types to words instead of int in case ints are not allowed
2022-11-05 11:21:06 +00:00
9efe950b7b Initial Commit 2022-11-05 11:14:32 +00:00