Status on the Math Library (Part 1)
I just recently discovered that some of my Math Library macros only use two variables, and that my python script only works with macros that have three variables. I’m blaming my previous bount of annoyingly mindless assignments for not realizing this small problem.
I’ve currently rewritten the WLA-DX macro generator section of the python script to compensate. All that is left to do is update the parser to acept this change and to work on completing the Index Register handler.
I’ve also decided to add some more math macros to the math library, the new list is as thus:
- Addition
- Subtraction
- Multiplication
- Division
- Sine
- Cosine
- Square Root
- Square
- Absolute value of a variable
- Loading a fixed value into a variable.
- Converting one variable type to another.
If anyone has any suggestions as to what other kind of math macros I should add to the list, please let me know.
I believe that I will have this math library completed and fully tested in a week. From there I’ll start thinking about working on a Variable Width Font Library or something.