test 'markdown' block instead of 'console' for shell output

This commit is contained in:
2021-01-30 16:51:05 +01:00
parent 0ae0ad1ed6
commit 95d10680c8

View File

@@ -21,7 +21,7 @@ To display more debug information, you may first enable some DEBUG flags in the
```makefile
CFLAGS:=$(CFLAGS) -DDEBUG # general (signal handler, etc...)
CFLAGS:=$(CFLAGS) -DDEBUG_MAIN # general information in main
#CFLAGS:=$(CFLAGS) -DDEBUG_MAINSLEEP # sleep 1 sec within main loop (SIGINTR test)
#CFLAGS:=$(CFLAGS) -DDEBUG_MAINSLEEP # sleep 1 sec within main loop
#CFLAGS:=$(CFLAGS) -DDEBUG_MAINLOOP # main loop (do not use this!)
#CFLAGS:=$(CFLAGS) -DDEBUG_TIMER # timer
#CFLAGS:=$(CFLAGS) -DDEBUG_SIGNAL # signal
@@ -37,16 +37,17 @@ CFLAGS:=$(CFLAGS) -DDEBUG_MEM # malloc
```
To build the binaries just run:
```console
$ make lceb
``` markdown
**$ make lceb**
```
## Usage
### basic usage and output
```console
$ ./lceb 2 7 1 7 8 8
```markdown
**$ ./lceb 2 7 1 7 8 8**
timer started...
mem: allocating operators working area (5 bytes)
new_stack: allocating 1024 stacks