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:
parent
47a6922d50
commit
1ac58df67a
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue