;..............................................................................
;Uninitialized variables in Near data memory (Lower 8Kb of RAM)
;..............................................................................
.section .nbss, bss, near
var1: .space 2 ;Example of allocating 1 word of space for
;variable "var1".