Alban,
Thank-you very much for your response! I of course realize (too late mind you) that there were several errors with my post, most notably my forgetting to attach the file I promised, in addition to mentioning that my specific problem concerning an apparent lack of documentation is in regard to the 'HC9S12DP256B. After doing some searching of the Freescale documents, I've come across several Data Sheets and product notices for many HCS12 variants, all save for the 'DP256B. It may be that I'm not performing the correct search, however if you know where I might find the docs you pointed to in your post for my specific uC, I'd be very grateful.
I have a second question that has since spawned off of the discussion above; it has to do with the Errata Pages. I've managed to find the errata page specific to my mask set, however I was wondering if you know of a way to get automatically updated via e-mail if and when anything is added to my particular errata page. In addition, would it be possible to be notified via e-mail if any new PCNs (product change notices) come out, or are the mailing lists only specific down to a particular architecture (ie: 16-bit mailing list, motor control mailing list, etc).
Finally, I have a few new follow-on questions regarding interrupt latency in terms of best, avg, and worst case clock cycles. The following are a short list of assumptions and one question made in regard to interrupt latency for my particular case:
1. I have a system that requires I know how long it will take for the highest priority, maskable interrupt to process upon assertion of the applicable interrupt flag. This includes:
A. Finishing whatever current instruction is in the pipe;
B. Saving context info to the stack (I assume that this portion of the latency calculation should remain constant in all cases);
C. Vectoring to the location of the ISR; and
D. Performing any stack framing ops (compiler specific; I assume that I will be able to work this portion of the calculation out for myself) prior to actually getting to my ISR-specific code, such as clearing the applicable interrupt flag to avoid an SWI. As an additional follow-on question, any specific info concerning the SWI instruction that you could point me towards would be very beneficial for me to further understand how it works; I've read the HC12 instruction book and I still have a hard time understanding how this instruction works.
2. I assume that no other non-maskable interrupts will be firing at the same time so as to override my high-priority, maskable interrupt. A blind assumption, I know, as we all know that resets and other pwr problems can happen at any time...

3. Based on information gathered from the CRG module pages of the 'DP256 Advance Info page, the Star12 core operates at either PLL or OSCCLK frequency, which is double that of clk3 (or inter-module bus) freq.
From the assumptions above, what values can I arrive at for best, avg, and worst case clock cycles prior to being able to execute my ISR code?
Thanks again for your help and pointers to device manuals!
Eric