intel x86,can read or write a u32 in an anjust position ?

gold+ares+REMOVE-IT_at_163-dot-net-nospam.invalid
Date: 03/29/05


Date: Tue, 29 Mar 2005 22:59:21 +0800

When we visit memory in intel x86 system, can we read or write a
u32(long or dword) in an anjust position ??

memory :
F0 F1 F2 F3 F4 F5 F6 F7 (address)

for example, can we write or read a u32 at F1(address)?
and can we write or read a u16 at F1(address)??

-- 
To reply to me , send mail to 'goldares -att- 163 -dott- com`


Relevant Pages

  • intel x86,can read or write a u32 in an anjust position ?
    ... When we visit memory in intel x86 system, can we read or write a ... u32(long or dword) in an anjust position ?? ...
    (alt.lang.asm)
  • Re: Packed records not making sense
    ... next dword (size 4 ints) ... This makes memory access faster for some processor by "aligning" on ... > I was only able to get my app to read the source file ...
    (comp.lang.pascal.delphi.misc)
  • Re: Calling waveOut functions from Visual C++ 2005?
    ... DWORD dwParam1, DWORD dwParam2); ... static WAVEHDR* waveHeaderPtr; ... // Now prepare the header using waveOutPrepareHeader ... I am allocating memory for the wave samples using the C native malloc ...
    (microsoft.public.win32.programmer.mmedia)
  • Re: Is Accessing a long always thread safe?
    ... >> accesses to unaligned memory are not guaranteed to be atomic. ... > that showed that a dword access on a 486 was not necessarily atomic. ... > memory bus to retrieve the specified data. ...
    (microsoft.public.vc.language)
  • Re: MASM dwords as character strings
    ... The memory dword will have the first char in the low ... reverse the bytes in the immediate is nice. ... problem trying to compare an immediate operand to a float in memory. ...
    (comp.lang.asm.x86)