Part Number: TMS570LC4357 Other Parts Discussed in Thread: HALCOGEN Tool/software: I would like to make the jumpTable global in os_portasm.asm file, something like: ;USER CODE BEGIN (0) .global jumpTable ;USER CODE END similar to how Halcogen creates user code sections for .c files. In particular, I want to be able to add user assembly code to an .asm Halcogen generated file without Halcogen overwitting it every time I re-generate code. Do such markers exist for assembly files? Kind regards.
↧