A New Compiler: Code Conversion at Assembly Level
Ritu Sindhu1, Neha Gehlot2, Indu Malik3

1Prof. (Dr.) Ritu Sindhu, School of Computing Sciences and Engineering, Galgotias University, Uttar Pradesh, India.
2Ms. Neha Gehlot, Department of Computer Science and Engineering, SGT University, Gurugram, Haryana, India.
3Ms. Indu Malik, School of Computing Sciences and Engineering, Galgotias University, Uttar Pradesh, India.
Manuscript received on January 26, 2020. | Revised Manuscript received on February 05, 2020. | Manuscript published on February 30, 2020. | PP: 2201-2204 | Volume-9 Issue-3, February 2020. | Retrieval Number: C5172029320/2020©BEIESP | DOI: 10.35940/ijeat.C5172.029320
Open Access | Ethics and Policies | Cite | Mendeley
© The Authors. Blue Eyes Intelligence Engineering and Sciences Publication (BEIESP). This is an open access article under the CC BY-NC-ND license (http://creativecommons.org/licenses/by-nc-nd/4.0/)

Abstract: Ever switched programming languages? If yes, you know how difficult it is to learn the syntax and get familiar with new language. But what if we write the code in our preferred language and it can run as any other language’s code. The thing is, whatever we write ultimately gets converted to 0’s and 1’s, the only difference is how these 0’s and 1’s is shown to our machine. We may need different languages, but what if the code with the syntax of one language, runs reasonably well as if it was written with syntax of some other language. This is where a compiler comes in[1]. The aim of this paper is to develop a compiler which could create a new code for another language, based on the machine code developed by other languages. This compiler solves two problems Syntax issue and Universal Compiler.
Keywords: Whatever different languages, languages.