'TASM - viewing variables in memory

Is it possible to view variables (declared in DATASEG) in the memory section by entering their name? For example:

Global_arr_size dw 110

Player1Size dw 8

typing ds: Global_arr_size works but ds:Player1Size does not. There are other variables that also don't achieve the desired result.

Any ideas?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source