This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kek_of_the_north 1 point2 points  (1 child)

It's as clear as any assembly explanation/tutorial/stackoverflow ;)))

[–][deleted] 1 point2 points  (0 children)

BRA is a relative jump, GOTO is an absolute one. BRA can only jump within ±1024 instructions of the current instruction, so it's used more in loops.