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.

Seealso:



This page last updated on Fri Nov 30 10:49:50 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster