OSDN Git Service

[SRECORD] Add reference URL of S RECORD (but written in Japanese).
authorK.Ohta <whatisthis.sowhat@gmail.com>
Fri, 8 Nov 2013 04:08:04 +0000 (13:08 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Fri, 8 Nov 2013 04:08:04 +0000 (13:08 +0900)
shell_strutl.c

index 2fcaf7b..eec3409 100644 (file)
@@ -88,6 +88,12 @@ unsigned char migrate_hex(unsigned char *p)
     return 0xff;
 }
 
+/*
+ * Saving or Loading use MOTOROLLA S FORMAT with 24bit address.
+ * See details:
+ * http://www.geocities.jp/chako_ratta/micon/s_format.html (written in Japanese)
+ * 
+ */
 char str_shexheader(unsigned char *s, unsigned char *file)
 {
     unsigned char pp;