Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Animating in assembly language for x86

Name: Anonymous 2005-11-16 23:18

Im working on an animation project with assembly language for x86 processors. In order to slow down the animation itself I originally used delay loops, something like this:
   
    MOV CX,70
xx: PUSH CX
    MOV  CX,0FFFFH
x:  LOOP x
    POP  CX
    LOOP xx

The problem with that kind of loops is that the delay time varies a lot on different computers and I need the animation to run at the same speed everywhere. Im a total n00b regarding assembly language so I would appreciate any suggestions you guys might have.

Name: Anonymous 2009-01-14 5:25

>>13-16
Offtopic

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List