Security Memo

Search (Ctrl+K)

SearchSearch

Recent Notes

  • SMART

    Oct 22, 2024

    • software
  • Bossa Nova

    Oct 22, 2024

    • ZFS

      Oct 22, 2024

      • post-rock

        Oct 06, 2024

        • concept
      • 2024-09-27

        Sep 27, 2024

        • daily

      See 1423 more sorted by tag →

      Home

      ❯

      ECS050: Machine Dependent Programming

      ECS050: Machine Dependent Programming

      created Jan 08, 2024updated Jan 23, 20241 min read

      • course

      Course Info

      • Class resources drive (official)
      • My GDB setup

      Data Representation

      • represent unique states in binary
      • bitwise operation
        • common bitwise operations
        • bit shifting
      • signed integer
        • signed magnitude: top bit represents signedness (1 if negative)
        • two’s complement
      • convert from any base to any base
      • endianness
        • little-endian
        • big-endian
      • IEEE floating-point representation
      • decimal to IEEE floating-point

      Assembly

      • Intel syntax assembly

      Graph View

      • Data Representation
      • Assembly

      Backlinks

      • No backlinks found

      Created with Quartz v4.2.3 © 2024

      • GitHub
      • LinkedIn
      • HackTheBox