From 1ac58df67aeb3458b9e84f2d73eb215dcf547eab Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 14 Dec 2018 14:10:46 +0100 Subject: [PATCH] Makefile: adding M16_DEBUG_REGS documentation --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 271b6df..713fac7 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,10 @@ # Defines the memory size of the virtual machine (in bytes) # # * M16_DEBUG_MEM -# Prints memory after program execution +# Prints memory after program execution. +# +# * M16_DEBUG_REG +# Prints register values after program execution. # # * M16_DEBUG_INSTR # Outputs the instructions executed in a human-readable format.