From 9c49ec1cc1585632238e45b524fd2afa5ebe76e8 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Thu, 1 Jan 2026 11:36:33 -0500 Subject: [PATCH] update autogen --- extra/assembly/amd/README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra/assembly/amd/README b/extra/assembly/amd/README index d9cb00c8d4..198d4abb93 100644 --- a/extra/assembly/amd/README +++ b/extra/assembly/amd/README @@ -11,6 +11,8 @@ Test with `PYTHONPATH="." pytest -n12 extra/assembly/amd/` The code should be as readable and deduplicated as possible. asm and emu shouldn't be required for dsl. +The autogen folder is autogenerated from the AMD PDFs with `python3 -m extra.assembly.amd.pdf --arch all` + test_emu.py has a good set of instruction tests for the emulation, with USE_HW=1 it will compare to real hardware. Whenever an instruction is fixed, regression tests should be added here and confirmed with real hardware.