blob: 803d6a379ec22565006ccb066857952f8ab2717d (
plain)
1
2
3
4
5
6
7
8
9
|
system dos
option map=vbmouse.map
# Put the resident text & data first, then the rest of standard classses
order clname RES_CODE
clname FAR_DATA
clname CODE segment BEGTEXT segment _TEXT
clname BEGDATA
clname DATA
clname BSS
|