> For the complete documentation index, see [llms.txt](https://docs.aic-eec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aic-eec.com/recommended_by_aic/hardware-programming.md).

# Hardware Programming

{% embed url="<https://www.youtube.com/playlist?list=PL9IEJIKnBJjEcPAz6fss-Hx0TLytCOMVC>" %}
Introduction to Embedded Systems
{% endembed %}

{% embed url="<https://www.youtube.com/playlist?list=PL26O2JyrmxV7CWzV9hCCJWMyiOlVMIF8z>" %}
Design 8-bit CPU using LogiSim Evolution
{% endembed %}

{% embed url="<https://www.youtube.com/watch?v=Zt0JfmV7CyI>" %}
Design 16-bit CPU using LogiSim Evolution
{% endembed %}

{% embed url="<https://www.youtube.com/playlist?list=PLLwK93hM93Z13TRzPx9JqTIn33feefl37>" %}
Emulating 6502 CPU in C++ Programming
{% endembed %}

{% embed url="<https://www.youtube.com/playlist?list=PLp_QNRIYljFqBuOYDFluT66Y7biUH1Dnc>" %}
RISC-V Assembly Programming
{% endembed %}

{% embed url="<https://www.youtube.com/playlist?list=PL6Pdhg3H0szNmc9zkrHp9LzJsl_-KFR7U>" %}
RISC-V Assembly Programming
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aic-eec.com/recommended_by_aic/hardware-programming.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
