Profile

SHIMADA Hirofumi

94596 posts 32 follows 447 followers

おもに東海道らぐ実況とかのコミュニティ活動用

shimada@inari.opencocon.org (メイン, 開発用),
wishlist amzn.asia/1GYghhC

https://mstdn.maud.io/@shimada
SHIMADA Hirofumi SHIMADA Hirofumi reblogged at 3 years ago

unarist unarist

docs.microsoft.com/en-us/windo
> On 16-bit architectures (16-bit Windows) there are 2 types of pointers, P for "pointer" and LP stands for "long pointer". Long pointers (also called far pointers) were needed to address memory ranges outside of the current segment. The LP prefix has been preserved to make it easier to port 16-bit code to 32-bit Windows. Today there is no distinction, and these pointer types are all equivalent. Avoid using these prefixes; or if you must use one, then use P.