Language…
16 users online: anonimzwx, cohimbra, Darolac, DasFueller, Dennsen86,  Doctor No, Fozymandias, Gamet2004, Green, jirok1, LightAligns, Metal-Yoshi94, Raychu2021, sinseiga, Sokobansolver, twicepipes - Guests: 284 - Bots: 305
Users: 64,795 (2,375 active)
Latest user: mathew

Clock Test (ASM) To test the speed of your code

I just found out that there is this code in C/C++ to test the speed of your code.

struct timeb timef; ftime (&timef); long startTime = timef.time * 1000 + timef.millitm; // Start clock
ftime (&timef); long endTime = timef.time * 1000 + timef.millitm; printf("Time: %d ms",endTime-startTime); // End clock

I was thinking, is there something like this for ASM so that a person can see how efficient their code is?

Do you guys think it would be cool to have this?

-Final
The correct hardware registers are $2137/$213C/$213D.
<blm> zsnes users are the flatearthers of emulation