Issue # 31 DTACK GROUNDED Newsletter - May 1984
@eZine
Published in
DTACK GROUNDED Newsletter
· 1 year ago
... nt to imbed your own carefully hand-tuned 68000 assembly language functions into the C source files, it is no problem. Simply surround it by #ASM and #ENDASM. As aids in debugging or speeding up your assembly coding, both TRACE and PROFILE functions are included in the standard library. These are C callable functions which respectively give you a step by step view of selected 68000 register contents, or generate a map of the frequency with which each instruction in your code is executed. "SEK-C version 1.5 does not yet include LONG or FLOAT data types, but version 2.0 will! (Version 2.0 will also run on the DTACK Grande dynamic RAM 68000 board.) As ...