Does IR or KM have batch mode?
Posted: Sun Aug 15, 2004 4:20 pm
I'm wondering if there is a batch mode for loading keymove data into IR?
1. Suppose I had a plain text file containing many upgrade blocks in the format KM writes, like this
Does anyone have a way for IR to process those blocks, uninterrupted and without having to push the IMPORT button for each?
2. Alternative: if I had all the hex codes in Ascii format already collected in one file or cell or whatever object, is there now, by any chance, a utility which, given start address not always divisible by $10, would write them in the .IR format. BTW notes section is not an issue.
I don't want to reinvent the wheel if at all possible. Also hope this is not a can of worms
.
1. Suppose I had a plain text file containing many upgrade blocks in the format KM writes, like this
Code: Select all
Upgrade keymoves x=xx xx (...)
hex code + note pairs
End 2. Alternative: if I had all the hex codes in Ascii format already collected in one file or cell or whatever object, is there now, by any chance, a utility which, given start address not always divisible by $10, would write them in the .IR format. BTW notes section is not an issue.
I don't want to reinvent the wheel if at all possible. Also hope this is not a can of worms