/usr/share/z88dk/lib/test_cmds.def is in z88dk-data 1.8.ds1-10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | lstoff
defc CMD_EXIT = 0
defc CMD_PRINTCHAR = 1
defc CMD_READKEY = 2
lston
|