/* This file is meant to be used with locale.asm and localeP.asm which need this bit of space. By placing this memory piece in a separate file, it insures that only one piece gets created for both functions */ #include "lib_glob.h" .SEGMENT/RAM_SPACE Ram_Space_Name; .global ___lib_locale; .VAR ___lib_locale[125]; .ENDSEG;