From bec763f17e37c2a5b799e61d722ce748c95e8cbc Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 14 Jun 2017 14:54:25 +0200 Subject: [PATCH] Aggiunta nota su DEBG opcode --- IMPLEMENTATION.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/IMPLEMENTATION.md b/IMPLEMENTATION.md index 5d1d962..5407c50 100644 --- a/IMPLEMENTATION.md +++ b/IMPLEMENTATION.md @@ -353,7 +353,9 @@ Effect: Sets every register (excluding IP and RP) to GG (0x4747) ``` Full name: DEBuG Usage: DEBG -Effect: Prints the status of every register and the flags +Effect: Prints the status of every register and the flags. + +NOTE: The DBG preprocessor flag has to be enabled! ``` [Instruction]: ./res/instruction.png