> did you visit
NO
> i have reading some 'sample source codes',
> but i don't understand some asm line
And what are we supposed to do about that ?
> mov bh,es:[10h]
NOT valid FASM syntax
http://board.flatassembler.net/topic.php?p=91767#91767
http://board.flatassembler.net/topic.php?p=106603#106603
> mov eax,ebx
copy value from EBX into EAX
> Control register: CRx
> debug register: DRx
advanced stuff, ignore them
> Test register: TRx
80386 only, ignore them
> Segment register: CS, DS, SS, ES, FS, GS
important for 16-bit programming
Please read the docs (
RTFM) and the FAQ's (
RTFF) and make sure to clarify what you are trying to do (what OS to support, what assembler to use, ...).