1
0
mirror of synced 2026-03-04 10:45:01 +00:00

Add diagnostics program.

This commit is contained in:
Matthieu Bucchianeri
2025-02-16 19:14:07 -08:00
parent e16aa4c1c5
commit 90fd560c72
5 changed files with 393 additions and 37 deletions

View File

@@ -1,2 +1,3 @@
..\Driver_Build_Tools\NASM\nasm.exe -f bin -o bootrom.com -DAS_COM_PROGRAM .\bootrom.asm
..\Driver_Build_Tools\NASM\nasm.exe -f bin -o bootrom .\bootrom.asm & python checksum.py & python generate_header.py
..\Driver_Build_Tools\NASM\nasm.exe -f bin -o xtmdiags.com .\diags.asm