From c992585957ddef4d729bb8dfe4d42e63b2eec7c8 Mon Sep 17 00:00:00 2001 From: fortenbt <1106428+fortenbt@users.noreply.github.com> Date: Fri, 2 Aug 2019 08:11:45 -0400 Subject: [PATCH 1/2] Remove IO default memory block from 6502 pspec - Corrects the length of the zero page and stack memory blocks. --- Ghidra/Processors/6502/data/languages/6502.pspec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Ghidra/Processors/6502/data/languages/6502.pspec b/Ghidra/Processors/6502/data/languages/6502.pspec index b288545887..2a5e12d719 100644 --- a/Ghidra/Processors/6502/data/languages/6502.pspec +++ b/Ghidra/Processors/6502/data/languages/6502.pspec @@ -40,8 +40,7 @@ - - - + + From 96dc96c7e64e4a23d53b80836af0a815579d5efd Mon Sep 17 00:00:00 2001 From: ghidorahrex Date: Tue, 20 Aug 2019 08:16:27 -0400 Subject: [PATCH 2/2] GT-3094: Accepting pull request Pulled-from: fortenbt <1106428+fortenbt@users.noreply.github.com>