Changes between Initial Version and Version 1 of Ticket #11510
- Timestamp:
- Feb 21, 2013 8:55:41 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11510 – Description
initial v1 11 11 3 12 12 13 Out Put:14 13 Output: 14 {{{ 15 15 mov rcx, [.Count]; Number of itterations 16 16 … … 60 60 .Count dq 0x03 ; Itteration count 61 61 .CountTest dq ? ; Current count test 62 }}}