Machine code: Difference between revisions

Content deleted Content added
AntiVandalBot (talk | contribs)
m BOT - rv 124.217.32.164 (talk) to last version by Imjustmatthew
Aguinaldo (talk | contribs)
Line 12:
 
== Programs ==
EKA MAGULO JEC!
A program is a sequence of instructions that are executed by a CPU. While simple processors execute instructions one after the other, [[superscalar]] processors are capable of executing several instructions at once.
TRIP MU NAMAN INI!
 
[[Program flow]] may be influenced by special ''jump'' instructions that transfer execution to an instruction other than the following one. [[Conditional branch|Conditional jump]]s are taken (execution continues at another address) or not (execution continues at the next instruction) depending on some condition.
 
== Assembly languages ==