1
0
Fork 0
mirror of https://github.com/pnx/m16vm synced 2026-06-18 04:00:02 +02:00

Makefile: adding M16_DEBUG_REGS documentation

This commit is contained in:
Henrik Hautakoski 2018-12-14 14:10:46 +01:00
parent 47a6922d50
commit 1ac58df67a
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -8,7 +8,10 @@
# Defines the memory size of the virtual machine (in bytes) # Defines the memory size of the virtual machine (in bytes)
# #
# * M16_DEBUG_MEM # * 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 # * M16_DEBUG_INSTR
# Outputs the instructions executed in a human-readable format. # Outputs the instructions executed in a human-readable format.