473,379 Members | 1,260 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Assembly language for the Intel Celeron D 350 ( Prescott )

36
Well, hello again!

First post to the misc. section. ( usually in C/C++ )

Anyway, the title pretty much says it all...

I was wondering what assembly language is used for this particular processor.

Oh, and how different, if at all, would the asm for this processor be from the asm
for say, an AMD Athlon. ( any version )

( In both instances, we are running win-doze xp, if that matters )

I appreciate any help you can give, and if you need more information, just let me know.

Lates,
-Soneji™
Jul 27 '07 #1
2 1827
drhowarddrfine
7,435 Expert 4TB
Assembly language is identical on all Intel and AMD processors. However, AMD did, at one time, have some additional instructions not found on Intel chips related to graphics and mathematical functions. But these are well marked in the documentation in case you are concerned about using them only to find out too late that Intel doesn't have them.

The only other concern would be the difference between 32-bit and 64-bit processors, Code for AMD and Intel, again, are the same but changes would be needed for 32-bit code to run on a 64-bit processor.

So feel free to assume that anything you write in asm will run on AMD and Intel chips without concern.
Jul 27 '07 #2
Soneji
36
Ahhh, I see.

I appreciate the help.

Thanks, so very much!

-Soneji™
Jul 28 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Marian | last post by:
Hi, I am totaly novice in .NET and I am studying a book about this. There was mentioned "assembly". I did not understand, how function does it has . I would like to know the exact run of code...
4
by: Bob Jenkins | last post by:
Sorry, I am new to programming, can you tell me why we need to learn assembly ? What advantages/disadvantages does it have ? Please answer this, can you tell me if there is any program able to...
25
by: Brian Lindahl | last post by:
I'm using a temporary buffer to transfer some data and would rather not allocate it on the heap. The problem is that the size of the buffer is only known upon entry into the function that utilizes...
6
by: RoSsIaCrIiLoIA | last post by:
d_0=32.000000 d_1=38.000000 Test success d_0=34.000000 d_1=42.000000 Test success d_0=1.000000 d_1=0.000000 Test success
1
by: Mark | last post by:
Am I out of my mind to consider buying a laptop with a Celeron processor, 512 MB of RAM, and running VS.NET? It's important to note that I have another PC that I will use 85% of the time. But,...
3
by: Jim Langston | last post by:
I really am not sure if this question belongs in this newsgroup, but not sure where else to ask it. There is someone working on a game that I tested, and it was taking >30 seconds to load. He...
85
by: fermineutron | last post by:
Some compilers support __asm{ } statement which allows integration of C and raw assembly code. A while back I asked a question about such syntax and was told that __asm is not a part of a C...
16
by: inhahe | last post by:
Can anyone give me pointers/instructions/a template for writing a Python extension in assembly (or better, HLA)?
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.