Dyne: a unit of force that, acting on a mass of one gram, increases its velocity by one centimeter per second every second along the direction that it acts.

Dynamism: The theory that phenomena of matter or mind are due to the action of forces rather than to motion or matter.

 

 

 

 '''
    
    mov cx, ∞
startloop:
   cmp cx, 0
   jz endofloop
   push cx
loopy:
   Call ClrScr
   pop cx
   dec cx
   jmp startloop
endofloop:
   ; Loop continuous
   ; exit block mem
    
      '''
  
OG