Hello. I have been learning asm for a while now. There are a few things i cant seem to find in my books. they are things like fs:[0x30]
, 0x0c, 0x1c. Thanks for any words on it.

fs:[0x30] memory operand in direct addressing mode with segment
override prefix to segment register FS.
It means "use segment address in register FS" and an "offset of
00000030 into this segment"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.