12Me21
1st Jun 2017
7th Jun 2017
reset: MOV bx,0 MOV dx,50001 MOV ex,0 loop: MOV ax,bx ADD ax,dx @noflags MOV cx,0 ADC cx,0 SHRD ax,cx,1 SEND 0,ax ADD ex,1 WAIT cx CMP cx,2 JA toohigh JB toolow SEND 0,ex HLT JMP reset toohigh: MOV dx,ax JMP loop toolow: MOV bx,ax JMP loop
r16k1s60
pressstart
memorydump
program
60hz
16bit
quiteuseless
pressenterlumage
Comments
-
NO! It's the ROMs speed. Dissipated Resisters. I wonder what LBPHacker thinks.
-
try it with a brute force attack!
-
The main speed limitation is the screen, since LCRY is so annoyingly slow.
-
Wow, I'm really impressed.
-
but its the fsstest nuber guesser i have ever seen +1
-
It got stuck on one number and didnt want to change it nevermind the too high too low inputs
-
What if you could put two computers next to each other and one is giving a number to the one who guesses?
-
id:2147170
-
It now supports numbers up to 65534. I wish there was a way to shift in the carry flag directly...
-
Nice :)