mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-22 20:36:47 +08:00
corrected sense of compare for error filed almost one year ago and in a different life
This commit is contained in:
parent
08406598eb
commit
43c188951c
2 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ and one new unconditional branch:
|
||||||
// Assume value of b is in x1 // 2
|
// Assume value of b is in x1 // 2
|
||||||
// 3
|
// 3
|
||||||
1: cmp x0, x1 // 4
|
1: cmp x0, x1 // 4
|
||||||
bgt 2f // 5
|
blt 2f // 5
|
||||||
// CODE BLOCK // 6
|
// CODE BLOCK // 6
|
||||||
b 1b // 7
|
b 1b // 7
|
||||||
// 8
|
// 8
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in a new issue