From 5a60be2fef9c144f009fc47ccfc51bc5c70018f5 Mon Sep 17 00:00:00 2001 From: Wyatt Whitfield <105826584+wwhitfi7@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:32:44 -0500 Subject: [PATCH] Update README.md Signed-off-by: Wyatt Whitfield <105826584+wwhitfi7@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c541eb9..34b0186 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# vc4dis +# vc4dis - VERY MUCH WIP A simple disassembler for binaries targeting the VideoCore IV Architecture, providing output based on the work of @hermanhermitage. Instructions and data are decoded following the architecture described in [this document](https://github.com/hermanhermitage/videocoreiv/blob/master/videocoreiv.arch) and [this wiki page](https://github.com/hermanhermitage/videocoreiv/wiki/VideoCore-IV-Programmers-Manual). # Installation