Well ill get right to the point..
my code fails and i need a new one
i have remade it over 20 times and all of them have the same error not a CPU Error tho
this is part of the entire code but this is the only part that fails
Code:
Data;
define Var,67583
Code;
mov #1336,3
Change:
mov ecx,0
Change1:
inc ecx
mov eax,ecx
mov ebx,ecx
inc ebx
add eax,Var
add ebx,Var
mov edx,#ebx
cmp #eax,edx
je Skip
mov edx,#eax
mov #ebx,edx
Skip:
cmp ecx,#1336
jge Rett
jmp Change1
Rett:
ret
Now what this code needs todo is recode the pos of a dot and where it moves with a history of 3 dots if that makes sence
so if it goes from 10 to 11 then 12 then 13 It will have the poss for dots 11-13
if anyone has any suggestions or a code that works in this way it would help
Any and All Help is Greatly Appreciated
Bookmarks