summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/bios/msgroup.inc
blob: 605fe1314dc1d026cd6d3ddb3e0c6bde91bc5219 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

tocode	macro
Bios_Data	ends
Bios_Code	segment
	assume	cs:Bios_Code
	endm

todata	macro
Bios_Code	ends
Bios_Data	segment
	assume	cs:Bios_Data
	endm

;align the segment on word boundary to allow for even alignment of data

Bios_Data	segment
	assume	cs:Bios_Data