The MASM Forum Archive 2004 to 2012

Specialised Projects => Assembler/Compiler Technology => Topic started by: MohamedIBrahim on April 17, 2011, 07:59:10 PM

Title: can iwrite Compiler In Asm ?
Post by: MohamedIBrahim on April 17, 2011, 07:59:10 PM
Hello Everybody

Ihave Just Little Question And It's

Can Iwrote New Language And It's Compiler In Assambley ?

Thanks
Title: Re: can iwrite Compiler In Asm ?
Post by: jj2007 on April 17, 2011, 09:08:27 PM
Sure. Absolutely. There is nothing you can not do in assembly, because it's the only language that tells the processor directly what to do.

P.S.: This does not mean it would be easy.
Title: Re: can iwrite Compiler In Asm ?
Post by: MohamedIBrahim on April 18, 2011, 10:28:17 AM
Quote from: jj2007 on April 17, 2011, 09:08:27 PM
Sure. Absolutely. There is nothing you can not do in assembly, because it's the only language that tells the processor directly what to do.

P.S.: This does not mean it would be easy.

Thanks For Your Answer But Can You Tell About Some Rescours In This Topic Please ?
Title: Re: can iwrite Compiler In Asm ?
Post by: TmX on April 19, 2011, 02:37:20 AM
Try this. Maybe it could give you some insight:
The Assembler Developer's Kit (http://homepage.mac.com/randyhyde/webster.cs.ucr.edu/RollYourOwn/index.html)
Title: Re: can iwrite Compiler In Asm ?
Post by: MohamedIBrahim on April 22, 2011, 12:31:57 PM
Quote from: TmX on April 19, 2011, 02:37:20 AM
Try this. Maybe it could give you some insight:
The Assembler Developer's Kit (http://homepage.mac.com/randyhyde/webster.cs.ucr.edu/RollYourOwn/index.html)

Thanks Good Information Ihave found about what iwant