??? 02/13/08 21:38 Modified: 02/13/08 21:38 Read: times |
#150771 - use an editor and an assembler Responding to: ???'s previous message |
Erik Malund said:
"it takes a lot of massaging"
02 07 31 is the jump to 'start' which, evidenly is located at 0x731. I guess you could write a bit of PC code that converted it to binary and removed the CRs and then convert the binary to .hex (for that many utilities exist) It is relatively easy to (automatically) insert "db 0" before each line and "h" after it, using a semi-intelligent editor; then run it through an assembler. Not that writing those 5 lines in the language of choice would be a hard task... :-) Nevertheless, SiLabs should be beaten for this, publicly. JW |