Commit Graph

17 Commits

Author SHA1 Message Date
Russell-S-Harper
6dd9389955 Simplifying code section 2021-07-07 21:19:07 -04:00
Russell-S-Harper
2bbd304ec7 Added access of DATA section for LDI and SVI. 2019-07-07 13:25:47 -04:00
Russell-S-Harper
02a9fd15d4 Cleaning up sections. 2019-04-30 17:21:49 -04:00
Russell-S-Harper
aa37831b23 Adding handling for different section types. 2019-04-29 21:32:06 -04:00
Russell-S-Harper
99fc2c9feb Added CODE and DATA type headers, and using offsets for LDI and SVI. Not bothering with multitasking and context switching for now. 2019-04-26 20:37:50 -04:00
Russell-S-Harper
7e3d87425d Bracketing macro JIC. 2019-03-02 18:59:18 -05:00
Russell-S-Harper
fbd04e7195 Reformatted 2019-02-05 11:32:40 -05:00
Russell-S-Harper
a8200233d6 Simplifying macros. 2019-01-31 18:59:01 -05:00
Russell-S-Harper
13c375b242 Added code for LDD. Removed some hard coded constants. 2018-09-08 11:00:19 -04:00
Russell-S-Harper
495eb811c8 Removing NEG and INV, and adding LDD and SVD. Also cleaned up INR and DCR. 2018-09-08 06:41:37 -04:00
Russell-S-Harper
794550eee5 Replacing DEC and HEX with NEG and INV. 2018-09-01 10:40:57 -04:00
Russell-S-Harper
8bbb5016cd Was using up too many S registers, so moved internal functions to use new registers I0 - I7, added IEEE rounding to MUL and DIV, refactored to reduce size, and trimmed trailing spaces. 2018-08-21 09:14:16 -04:00
Russell-S-Harper
61b9ce0b66 Adding EOL to files. 2018-08-13 21:23:05 -04:00
Russell-S-Harper
370363bdf9 Revising preprocessor commands. 2018-08-13 21:18:13 -04:00
Russell-S-Harper
3f7ed92537 Added ADD and SUB instructions. Also uncovered an issue with how negative numbers were represented. 2018-08-13 21:01:18 -04:00
Russell-S-Harper
bb3b6cd683 Assigning PSH before POP. 2018-08-07 20:19:52 -04:00
Russell-S-Harper
6cfab34cfa
Add files via upload 2018-08-06 22:14:36 -04:00