Improve user interface

- prints an OP-Code into a humen-readable word.
    - Show the content of the current pointer to a memory address.
    - Clear shell colors to be compatible with M$-Windows.
    - Delete invalid path in make-file.
This commit is contained in:
lux
2017-10-03 03:03:45 +02:00
parent 21a33681c0
commit 21b0c13056
4 changed files with 43 additions and 8 deletions

View File

@ -5,7 +5,7 @@ LDFLAGs =
DEBUG = -DNDEBUG
VPATH = src src/debug
VPATH = src
#--------------Linker-Part-----------------
toy_cpu : main.o toy.o helper.o
echo $@ is now linked