Can someone explain in English what the relative jump is in assembler?
This is an OP code whose operand will cause execution to jump to an address relative to the current address. The operand value is offset .
Suppose that the relative jump instruction is stored at address 0x0005 and has operand 3. Then, execution will go to address 0x0008. If the operand is -3, execution will go to address 0x0002.
A relative transition differs from an absolute or long transition in that the instruction does not encode the entire address of the target where execution will continue.
, , . , . , .
, . , 8- 8- , -126 +129 . , , .
( ) ( ).
" ?". .
Source: https://habr.com/ru/post/1756362/More articles:Why does the Android command use the demo version for delegates of the SmoothCanvas class? - javaYm4r cannot convert string to rails3 - ruby | fooobar.comSimple list comprehension - pythonmerge 2 classes into one class at runtime - c #JQuery, используя "inarray" на вложенном массиве, чтобы найти определенный индекс значения? - javascriptHTML: send to friend link - htmlIs there an image / icon library in the iOS SDK? - iosHow to import mysql dump when renaming some tables / columns rather than importing others? - sqlKeeping an “like” item in the database? - databaseUsing Java ByteBuffer to read millions of messages - javaAll Articles