CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Eri523

Search: Search took 0.06 seconds.

  1. Replies
    19
    Views
    3,874

    Re: Question about volatile registers

    I never had one myself, but I know these single-board gadgets with binary direct-to-memory entry (already hex was luxury back then :D) and 7-seg display. With interest I followed a series of magazine...
  2. Replies
    19
    Views
    3,874

    Re: Question about volatile registers

    I don't think I can really add anything substantial to the quite competent comments already posted by OReubens, except perhaps this:



    Already when reading...
  3. Replies
    19
    Views
    3,874

    Re: Question about volatile registers

    Mostly out of curiosity, what MP was it you were using these days? I was mostly writing code for the Z80 in the early 80s, and that had the NOP encoded as 00h (just like the Intel 8080), a value that...
  4. Replies
    19
    Views
    3,874

    Re: Question about volatile registers

    That pretty much looks like plain stack corruption to me: When the saved R11 value gets popped back, the stack memory holding the value has been unintentionally modified in the meantime by whatever....
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured