Help - Search - Members - Calendar
Full Version: What's It Used For?
Scenyx Entertainment Community > Xbox1 Forums > Software Forums > Xbox Homebrew Software
SeQr
Just a question, what's the language Assembler used for these days?
The Pen is mightier
assembling the language, duh.
Chicken Scratch Boy
1. pen is a tardmuffin, dont listen to him smile.gif
2. you're talking about Assembaly, right? no freaking idea. laugh.gif
BenJeremy
Assembler is still used, just much less so these days.

Assembler is a sort of high-level version of the processor's machine code. It adds some helpful functionality to assist in repetitive bits of code, but still requires that the programmer intimately understand the basic processor's instruction set.

It is still used for portions of code that are critical - such as "atomic" operations like disabling or enabling interrupts and speed critical operations. It is also basically REQUIRED at the bootstrap level - somebody has to develop those routines used to interface and initialize hardware components of the system. For most developers, this work is already done, and the remaining tasks are simple enough to do in C/C++.
SeQr
Ok, thank you for the information everyone. Just another question, if I'm not mistaking Assembler could be used on a xbox processor to for example, I mean basically it's a normal processor. Or not?
BenJeremy
QUOTE (SeQr @ Oct 20 2003, 02:15 PM)
Ok, thank you for the information everyone. Just another question, if I'm not mistaking Assembler could be used on a xbox processor to for example, I mean basically it's a normal processor. Or not?

Of course... x86, in particular, the 80386 assembly language, used with SSE, MMX, and floating point extensions will work fine.

I just wouldn't recommend anybody code anything significant with it.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.