From ed7af037fa195e6f9e5c04b0c2bc5e2db7985751 Mon Sep 17 00:00:00 2001 From: David Schmidt <1110325+david-schmidt@users.noreply.github.com> Date: Fri, 2 Jul 2021 23:23:10 -0400 Subject: [PATCH] Update README.md --- build/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/README.md b/build/README.md index 4fc5e01..191455c 100644 --- a/build/README.md +++ b/build/README.md @@ -14,6 +14,6 @@ } ``` `"repo`: The GitHub repo, or other source of truth for this driver -`"asm"`: The upstream source of the main assembly file +`"asm"`: The upstream source of the main assembly file (or potentially disk image), concatenated with `repo` to arrive at upstream source of truth `"sha`: If from a GitHub repo, the sha of the commit resulting in the upstream source -`"local_asm"`: The downstream ca65-assembly version of `"asm"` \ No newline at end of file +`"local_asm"`: The downstream ca65-assembly version of `"asm"`, if it wasn't already in `ca65` form