Git - code.swisschili.sh
code.swisschili.sh
/
6502
/
710d18d06a8c997eb12e6a9417fc86f81c5f15bc
/
.
/
csv2h.awk
blob: f98ba9ea395ab0a0a665a3887bc81c859f8ff220 [
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
" ) \\"
}