how can i make 2 digit counter starting from 00 to 99 and will reset when it reaches 99 . . . .

If on an 8086, you can use BCD. A single byte will contain two digits, one in the lower nibble and one in the upper nibble.

Post your code for review!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.