Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How can I see the microprocessor register values using Qt?
Forum Updated to NodeBB v4.3 + New Features

How can I see the microprocessor register values using Qt?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 283 Views
  • 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.
  • grafenocarbonoG Offline
    grafenocarbonoG Offline
    grafenocarbono
    wrote on last edited by
    #1

    Hi Qt Geeks,

    I would like to create an IDE for development in Assembly.

    A panel will be to see the content of the registers.

    Can I introduce assembler functions into the code in Qt or is there a library that allows using low-level functions (directly with the hardware)?

    Thanks in Advance

    jsulmJ 1 Reply Last reply
    0
    • grafenocarbonoG grafenocarbono

      Hi Qt Geeks,

      I would like to create an IDE for development in Assembly.

      A panel will be to see the content of the registers.

      Can I introduce assembler functions into the code in Qt or is there a library that allows using low-level functions (directly with the hardware)?

      Thanks in Advance

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @grafenocarbono said in How can I see the microprocessor register values using Qt?:

      Can I introduce assembler functions into the code in Qt

      Qt has nothing to with this, it's just a C++ framework.
      You can use inline assembler code in C++ or a stand alone assembler with assembler code files.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved