DictionaryForumContacts

 france3

link 1.06.2010 20:11 
Subject: Unconditioned jump
помогите плиз перевести
Unconditioned jump - ? и вот это = If the label is further on, the program will jump a block of instructions.????

4.6 Unconditioned jump
Syntax JMP .label
Description The JMP instruction alters the execution flow of the program. The next instruction to
be executed is the one after the label specified with .label.
If the label is further on, the program will jump a block of instructions.
If the label is further back, the same instructions will be repeated several times. In this
case, at least one IF instruction must be entered in the repeated block to allow the
program to terminate after a certain number of times. Failing this, the program will be
executed infinitely.
.label Name of the label to jump
Indicates the name of the label from which program execution must
proceed.

 Oo

link 2.06.2010 0:55 
Безусловный переход.
Команда безусловного перехода

 

You need to be logged in to post in the forum