Git - code.swisschili.sh
code.swisschili.sh
/
6502
/
abccdfcd20d5ba84ae11d82e58ee5d21f18c1c4d
/
.
/
csv2h.awk
blob: 368cc4869cc1eb437f111d4ed09dab60300199fa [
file
] [
log
] [
blame
]
BEGIN
{
FS
=
","
print
"#pragma once\n"
print
"// AUTO GENERATED FILE, DO NOT EDIT BY HAND"
print
"#define INSTRUCTIONS \\"
}
/
0x
/
{
print
" INST("
$2
", AM_"
$3
", "
$1
", "
$4
") \\"
}
END
{
print
""
}