Hi Mark,
I have only recently joined and have been working through the projects over the last 3 days - I have completed everything up to project 7.
The assembler I wrote is in Python and I get the following results with it when compiling Pong.asm:
Built-in assembler: just under 2s
My assembler: under 0.5s
I can make it available to you for review if you are interested as I have noted that you seem to be the main
fountain of knowledge in the forums.
I wrote this in a Test-Driven manner (
TDD) so my code contains a full set of unit tests as well.
Anjum.