├── README.md ├── cdl.c ├── cdl.h └── tests ├── Makefile ├── basic_jmp.c └── basic_swbp.c /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lunar-rf/cdl86/HEAD/README.md -------------------------------------------------------------------------------- /cdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lunar-rf/cdl86/HEAD/cdl.c -------------------------------------------------------------------------------- /cdl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lunar-rf/cdl86/HEAD/cdl.h -------------------------------------------------------------------------------- /tests/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lunar-rf/cdl86/HEAD/tests/Makefile -------------------------------------------------------------------------------- /tests/basic_jmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lunar-rf/cdl86/HEAD/tests/basic_jmp.c -------------------------------------------------------------------------------- /tests/basic_swbp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lunar-rf/cdl86/HEAD/tests/basic_swbp.c --------------------------------------------------------------------------------