You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored the tests to use AVR assembly instead of hardcoded
bytecode.
This change should make the tests much easier to read and maintain.
Before:
loadProgram('659a');
Now:
loadProgram('SBI 0x0c, 5');
0 commit comments