Re: [LHA-misc] Line parsing routine
Status: Beta
Brought to you by:
ncherry
From: Neil C. <nc...@ho...> - 2000-12-02 19:25:55
|
Jay Hogg wrote: > > At 10:07 AM 12/1/00 -0500, you wrote: > >Jay Hogg wrote: > >> Forget the rock! I've got a stack of 40meg HD's that we use as door stops ;) > > > >I'm glad you guys don't have a stock pile fo the XT's original 10M Disks! ;-) > > Drives are long gone but I actually ran into a winchester controller card > the other day. Some of the younger guys couldn't id it. Also found a > Mono/Printer card that had ~40 socketed 16-22pin IC's it dated 1985 I just picked out of the garbage an IBM XT, it's in original condition but with the addition of an AST 384K/Clock/Game board and 1200i Hayes modem. She still boots and the 20 meg drive is pretty quiet! > >> - It can be decoded/cached in the receiving process and when the > >> S7/S9 record format arrives it can be validated and d'lded as > >> one piece. > > > >I'm not familiar with this, any further info on the web somewhere? > > Which part - S7/S9 or caching? S7/S9 is part of the record format > but I've never seen a "standard" doc on although I know they exist. I've seen that doc and I may actually have it (I have way too much junk ;-). S0 - comment section S1 - 8 bit data S2 - 16 bit? S3 - 16 bit? S4 - 32 bit? S5 - 32 bit? S9 - end of record > The "caching" is more targeted at the agent. Since it will require > "download pgm" -> "Agent" -> "Device" I'd like to see the agent > build a complete valid image (disk, shared memory that can be > released) and validated it so it can be blasted to the device. This > image is, of course, device dependant - for the Ocelot it would be > regenerating the binary image - for my PRI cards I would just store > the S records and make sure they are all in tact and match the S9... Oh, I see, I'm doing that with the HCSd right now, it doesn't make sense to screw up the controller with half ad/l, an aborted one or a wrong one. > >> - Most compilers can generate it. > > > >I also have a ton of tools to generate these records (Moto, Intel, > >Tek, Inmos and a few others). I've written several in BASIC for my > >NEC-PR8001 (like the RS Model 100 portable). > > I know very few high-end developer with a lot of experience that haven't > had to deal with S records and some of the other "lower level" stuff > before so I'm not in the least suprised. I started as an EET but I learnt ;-) assembly and BASIC. The rest of the high level languages I taught to myself. The S records and hex files are a requirement for assembly langauge and EPROM burners (TI 2516 anyone). -- Linux Home Automation Neil Cherry nc...@ho... http://members.home.net/ncherry (Text only) http://meltingpot.fortunecity.com/lightsey/52 (Graphics) http://linuxha.sourceforge.net/ (SourceForge) |