The MASM Forum

General => The Campus => Topic started by: FritzG on February 14, 2014, 10:49:35 AM

Title: How to make mobile application's or hardware integrated application's compiler?
Post by: FritzG on February 14, 2014, 10:49:35 AM
Hi,

I'm really happy because I find in the internet about the following:
- tutorial of building compiler (for desktop application's compiler) like the attached file (Bxb-Tutor.pdf)
- tutorial of building webserver (for web application's compiler)
but I don't find any tutorial of building mobile application's compiler or hardware integrated application's compiler.
Example:
we make our own source code.
And then we compile it into a product (such as: *.jar, *.apk, *.hex, etc),
And we can use it's product in the related device target (such as: *.apk for android, *.hex for microcontroller, etc)

May you show me a tutorial about that?
Sorry for my bad english.

Best Regards,

FritzG
Title: Re: How to make mobile application's or hardware integrated application's compiler?
Post by: qWord on February 14, 2014, 11:06:52 AM
"Dragon Book" (https://en.wikipedia.org/wiki/Compilers:_Principles,_Techniques,_and_Tools)