Intel® System Debugger User Guide

ID 648476
Date 06/13/2024
Confidential
Document Table of Contents

Reading and Writing IO Ports

You can access IO port values via the ISD Shell.

To read the IO port, execute the following command:

threads[0].io(<offset>, <width>)

To write to the IO port, execute the following command:

threads[0].io(<offset>, <width>, <value>)
See also:

Create simple CLI commands for frequent debug tasks