Home | History | Annotate | Download | only in BootSector

Lines Matching refs:bp

57         mov   bp, 0600h                 ; BP = 0x0600

61 lea di, [bp+si] ; DI = 0x0600 + Offset(RelocatedStart)
87 mov bp,sp ; bp = 0x7c00
90 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
124 mul byte ptr [bp+GptPartitionIndicator] ; EAX = SizeOfPartitionEntry * GptPartitionIndicator
187 mov bp, 0600h ; bp = 0x600
188 lea si, [bp + OFFSET AddressPacket] ; DS:SI = Disk Address Packet
195 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number