The /HIGH Option

Option

/HI[[GH]]

At load time, the executable file can be placed either as low or as high in memory as possible. The /HIGH option causes DOS to place the executable file as high as possible in memory. Without the /HIGH option, DOS places the executable file as low as possible. This option is usually used with the /DSALLOC option. These options are valid only for assembly-language programs that create DOS .EXE files.