{% extends "base.html" %} {% set active = 'registers' %} {% block title %}寄存器 · DocGraph{% endblock %} {% block content %}
没有寄存器节点。启用 LLM 模式后跑 build 试试,参见 插件页。
{% else %} {% for doc_id, group in nodes | groupby('doc_id') %}| name | address / offset | width | access | reset | page | source |
|---|---|---|---|---|---|---|
| {{ n.name }} | {{ n.attrs.get('address') or n.attrs.get('offset') or '—' }} |
{{ n.attrs.get('width') or '?' }} | {{ n.attrs.get('access') or '—' }} | {{ n.attrs.get('reset_value') or '—' }} |
{{ n.location.page or '—' }} | {{ n.attrs.get('source','heuristic') }} |