Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Studio
  4. Viewing Bitstrings in Memory

Viewing Bitstrings in Memory

Scheduled Pinned Locked Moved Visual Studio
csharpc++visual-studiodebuggingperformance
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tadeusz Westawic
    wrote on last edited by
    #1

    Hello Everyone, I run VS.net I open debug mem window and only if I look at my data as BYTE do the bits appear in their native order. When I wish to view longer bitstrings, the bytes and nibbles get swapped around, as if ready to go to the ALU, is this so? When I overlay with DWORD or something 'logical' rather than 'numeric', the bitstring remains scrambled as described. And so I look-up logical data types and find that there are no longer WORDS and DWORDS supported as logical entities but are supported as signed and unsigned integers. Did I miss something here? Is there no way to view say, rows of 6 to 8 bytes each in raw storage mode, without intervening 0x's? When did logical types become integers? Does this same scheme also apply in assembler under VS? ty

    Tadeusz Westawic An ounce of Clever is worth a pound of Experience.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups