0
3.8kviews
What is the maximum address range of conditional jump instructions for 8051?
1 Answer
0
190views

There are two kinds of branch instructions:

Unconditional jump instructions: upon their execution a jump to a new location from where the program continues execution is executed.

Conditional jump instructions: a jump to a new program location is executed only if a specified condition is met. Otherwise, the program normally …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.