Implemented lrc checksum and also a version that interprets ASCII as number: hexlrc

This commit is contained in:
Marcio Paduan Donadio
2021-03-16 19:14:36 -07:00
parent ea8873becd
commit 575c0ffcf8
2 changed files with 56 additions and 1 deletions

View File

@ -54,4 +54,6 @@ write {
out "%s hexsum8 %0.12<hexsum8>";
out "%s cpi %0.12<cpi>";
out "%s leybold %0.12<leybold>";
out "%s lrc %0.12<lrc>";
out "%s hexlrc %0.12<hexlrc>";
}