
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>short sets label to short type operator</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SHORT Sets Label To SHORT Type Operator
SHORT label
Sets label to type SHORT.
Notes: If the distance between a label and a jump instruction
referencing the label is less than 128 bytes, the label
can be declared as type SHORT. Instructions using short
labels consist of 1 less byte than instructions using
near labels.
See Also: NEAR FAR
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson