How to generate the system specific code, i.e for specific micro controller arch...

Nagarajan Veluchamy Answered 4 answers
Question by Nagarajan Veluchamy 3 years ago

Question

How to generate the system specific code, i.e for specific micro controller architecture

Answers

Answered by Daniel McCarthy

Instructor

Hi,
In the code generator part of the course we generate assembly language that targets intel processors. When you finish the course you will have to change our code generator to target the assembly architecture of the micro controller
Thanks

Follow-up by Nagarajan Veluchamy

Question author

Ok Understood . I would like to know that are we going to cover the Assembly and Linking part as well in this course , Furthermore I don't see the preprocessing phase here would that be covered too

Answered by Daniel McCarthy

Instructor

Module 3 has the preprocessor phase which will be released soon. please read the whole course description for information about the release dates. The code generator assembly language is generated in Module 2 which is already uploaded in this course. This course contains 3 modules, 1 2 and 3 all in this one course you purchased. Three is the preprocessor which will be uploaded shortly. keep an eye on your newsletters
Thanks

Follow-up by Nagarajan Veluchamy

Question author

Ok thanks