LABEL (MASM)
Creates a new label by assigning the current location-counter value and the given type to name.
name LABEL type
name LABEL [[NEAR | FAR | PROC]] PTR [[type]]
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
Creates a new label by assigning the current location-counter value and the given type to name.
name LABEL type
name LABEL [[NEAR | FAR | PROC]] PTR [[type]]