Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 357 Bytes

seg2linear.scd

File metadata and controls

22 lines (14 loc) · 357 Bytes

seg2linear(1)

NAME

seg2linear - convert x86 segmented address to linear address

SYNOPSIS

seg2linear SEGMENT:OFFSET...

DESCRIPTION

Convert x86 real mode SEGMENT:OFFSET address to a linear address. This is naively the result of SEGMENT * 0x10 + OFFSET.

EXAMPLE

$ seg2linear 7eb:9bf 1a2:21a
7eb:9bf = 0x886f
1a2:21a = 0x1c3a