Home
last modified time | relevance | path

Searched refs:RelocatedStart (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/BootSector/
DMbr.S57 movw $RelocatedStart, %si # SI = Offset(RelocatedStart)
59 subw %si, %cx # CS = 0x0200 - Offset(RelocatedStart)
60 leaw (%bp,%si,), %di # DI = 0x0600 + Offset(RelocatedStart)
61 leaw (%bx,%si,), %si # BX = 0x7C00 + Offset(RelocatedStart)
67 pushw %di # PUSH 0x0600 + Offset(RelocatedStart)
71 retl # JMP 0x0000:0x0600 + Offset(RelocatedStart)
77 RelocatedStart: label
DMbr.asm58 mov si, OFFSET RelocatedStart ; SI = Offset(RelocatedStart)
60 sub cx, si ; CS = 0x0200 - Offset(RelocatedStart)
61 lea di, [bp+si] ; DI = 0x0600 + Offset(RelocatedStart)
62 lea si, [bx+si] ; BX = 0x7C00 + Offset(RelocatedStart)
68 push di ; PUSH 0x0600 + Offset(RelocatedStart)
71 retf ; JMP 0x0000:0x0600 + Offset(RelocatedStart)
77 RelocatedStart: label
DGpt.S59 movw RelocatedStart, %si # SI = Offset(RelocatedStart)
61 subw %si, %cx # CS = 0x0200 - Offset(RelocatedStart)
62 leaw (%bp,%si,), %di # DI = 0x0600 + Offset(RelocatedStart)
63 leaw (%bx,%si,), %si # BX = 0x7C00 + Offset(RelocatedStart)
69 pushw %di # PUSH 0x0600 + Offset(RelocatedStart)
73 retl # JMP 0x0000:0x0600 + Offset(RelocatedStart)
79 RelocatedStart: label
DGpt.asm58 mov si, OFFSET RelocatedStart ; SI = Offset(RelocatedStart)
60 sub cx, si ; CS = 0x0200 - Offset(RelocatedStart)
61 lea di, [bp+si] ; DI = 0x0600 + Offset(RelocatedStart)
62 lea si, [bx+si] ; BX = 0x7C00 + Offset(RelocatedStart)
68 push di ; PUSH 0x0600 + Offset(RelocatedStart)
71 retf ; JMP 0x0000:0x0600 + Offset(RelocatedStart)
77 RelocatedStart: label