I decided to remove the need to register an email address in the testing system for the moment because I couldn’t convince myself it was working correctly. So, if you take the test, you should get the results immediately. Without the email address, I can’t send you a record of the test by email. I’m not sure if that’s critical or not. I’m working on a way to present multiple tests, and after I settle on that, I’ll start building the database of questions. If you have suggestions, send them by email (woolbright_david@columbusstate.edu) or comment in the blog.
Test Yourself Update
Categories:
Related Posts
Structured Assembler Macros: ELSEIFStructured Assembler Macros: ELSEIF
The IF macro can be paired with an ELSEIF companion macro to build a simple case statement. In the code ...
Brush Up Your USING SkillsBrush Up Your USING Skills
The point of a USING statement is to inform the assembler which register to choose and which displacement to create ...
Small ConsolationSmall Consolation
You can write quite a bit of source code in assembler without generating much object code. I’m always surprised at ...
