Advertisement
RazorBlade57

Untitled

Feb 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. count BYTE 1
  2.  
  3. mov fib[1], 1
  4. mov fib[2], 1
  5.  
  6. mov al, 0
  7. mov ebx, 0
  8. mov eax, 0
  9. mov cx,5
  10.  
  11. mov bx, 3
  12.  
  13. L1:
  14.  
  15. mov al, 0
  16.  
  17. add al, fib[bx - type count]
  18. add al, fib[bx-2 * type count]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement