Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>short sets label to short type masm operator</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SHORT            Sets Label To SHORT Type                       MASM 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