Hi Guys, I'm just wondering if you know any programming language that caters to assembly language?(other than Turbo C) and Books would also help.(ei. Microsoft Assembly language)
Thanks in advance.
Assembly LanguagePath to Assembly Language
Page 1 of 1
6 Replies - 1947 Views - Last Post: 10 November 2008 - 02:51 AM
Replies To: Assembly Language
#3
Re: Assembly Language
Posted 02 November 2008 - 02:23 AM
Oh, sorry about that. What I mean is that I'm looking for any programming language that support assembly language other than turbo C because I used turbo C when I was learning assembly language.
This post has been edited by AcidRayne: 02 November 2008 - 02:24 AM
#4
Re: Assembly Language
Posted 02 November 2008 - 02:26 AM
I guess I'm still not sure what you are trying to do.
Assuming that you are using Windows, because I'm not sure if there is a Turbo-C compiler for other OSs, I could be wrong, you can write DLLs in Assembler, & then load them with just about any code that can load a DLL. On the other side, any C language should be able to perform inline assembler functionality.
If this doesn't answer what you are asking, please give an example, or a more detailed outline to what you are wanting this to do.
** Moved to Other Languages **
Assuming that you are using Windows, because I'm not sure if there is a Turbo-C compiler for other OSs, I could be wrong, you can write DLLs in Assembler, & then load them with just about any code that can load a DLL. On the other side, any C language should be able to perform inline assembler functionality.
If this doesn't answer what you are asking, please give an example, or a more detailed outline to what you are wanting this to do.
** Moved to Other Languages **
#5
Re: Assembly Language
Posted 02 November 2008 - 02:32 AM
I see. That's help full, thanks. Yes, I'm using windows. I just want re-learn assembly language since I'm thinking on applying it to my thesis. lets just say I want to display the machine code of every variable I created in Java for example.
#6
Re: Assembly Language
Posted 09 November 2008 - 10:33 PM
Have you checked out Randy Hyde's HLA ...
http://developers-he...index.php/topic,46.0.html] http://developers-he...index.php/topic,46.0.html[/url]
http://developers-he...index.php/topic,46.0.html
BEGINNING COMPUTER PROGRAMMING (using HLA and Python)
Introduction:
To facilitate the solid insights provided in learning about computing by some exposure to Assembly Language, but also to provide a friendly and facile start for new programmers, HLA provides all the facility and power of Assembly Language, but with a user friendly syntax, yet offers many of the elegant structures of an HLL (High Level Language) like Pascal or C or even the OOP of a language like C++. And so, going on to C, or C++, or any other modern HLL, will be more readily enabled, and with some real appreciation of what’s going on under the hood and inside the machine. ...
http://developers-he...index.php/topic,46.0.html] http://developers-he...index.php/topic,46.0.html[/url]
http://developers-he...index.php/topic,46.0.html
BEGINNING COMPUTER PROGRAMMING (using HLA and Python)
Introduction:
To facilitate the solid insights provided in learning about computing by some exposure to Assembly Language, but also to provide a friendly and facile start for new programmers, HLA provides all the facility and power of Assembly Language, but with a user friendly syntax, yet offers many of the elegant structures of an HLL (High Level Language) like Pascal or C or even the OOP of a language like C++. And so, going on to C, or C++, or any other modern HLL, will be more readily enabled, and with some real appreciation of what’s going on under the hood and inside the machine. ...
#7
Re: Assembly Language
Posted 10 November 2008 - 02:51 AM
Quote
lets just say I want to display the machine code of every variable I created in Java for example.
Java programs aren't compiled into machine code so they can't be disassembled.
As you may already know Java programs are compiled into the byte-code format and it's totally different from assembly language altogether.
Assembly Language isn't going to help you in case you plan on learning byte-code instructions.
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote




|