Funny programming pictures, jokes & quotes
Uuhh ... haven't touched Assembler for years (last time during the second semester in Univerity ... long time ago ).
Dustbin::Games on the web: https://www.dustbin-online.de/
Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
-
- Posts: 1215
- Joined: Tue Jan 09, 2007 7:03 pm
- Location: Leuven, Belgium
I have a love-hate relationship with assembler, back in my OS-development days I of course couldn't avoid using assembler (both 16-bit realmode and 32-bit protected mode, never got into long mode) and wanted to switch to C as fast as possible, although I was intrigued by the raw power assembler gave youBrainsaw wrote:Uuhh ... haven't touched Assembler for years (last time during the second semester in Univerity ... long time ago ).
I should dig up one of my old projects to mess around with it..
Why not take the obvious next step? ;pkazymjir wrote:Let's do more optimization!
Code: Select all
...
Code: Select all
int main() {
printf("Hello world\n"); //Or whatever is actually written
}
-
- Posts: 1215
- Joined: Tue Jan 09, 2007 7:03 pm
- Location: Leuven, Belgium
I'm not sure about this, but I think that at a high level like this it won't really matter that much, since the compiler will already do a lot of optimizations for you, so you won't get that much benefit from writing raw assemblerMel wrote:It would be cool that some of the core features of Irrlicht were programmed in assembler, indeed, Less portability, but maybe it improved.
Also, inline assembler varies from compiler to compiler, there is no one global standard for writing x86 or x86_64 assembler, and we're not even talking about support for other types of CPU architectures
Using assembler would destroy support for non x86 mobile devices for example, unless you write a different implementation for every single platform and compiler you want to support
This small benefit you get out of it (if it even exists) just isn't worth the hassle
-
- Posts: 363
- Joined: Thu Dec 16, 2010 8:50 pm
- Location: Somewhere in the clouds.. drinking pink lemonade and sunshine..
Phantom of Floppera
http://www.youtube.com/watch?v=dmoDLyiQ ... ture=feedf
Ode to "Scanner"
http://www.youtube.com/watch?v=n8W2AxXf ... re=related
http://www.youtube.com/watch?v=dmoDLyiQ ... ture=feedf
Ode to "Scanner"
http://www.youtube.com/watch?v=n8W2AxXf ... re=related
Lowery's Law:
If it jams, force it. If it breaks, it needed replacing anyway.
Lubarsky's Law of Cybernetic Entomology:
There's always one more bug.
If it jams, force it. If it breaks, it needed replacing anyway.
Lubarsky's Law of Cybernetic Entomology:
There's always one more bug.
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
I've given the guys on the #irrlicht irc really a big amount of personal space
irrRenderer 1.0
Height2Normal v. 2.1 - convert height maps to normal maps
Step back! I have a void pointer, and I'm not afraid to use it!
Height2Normal v. 2.1 - convert height maps to normal maps
Step back! I have a void pointer, and I'm not afraid to use it!
http://irrlicht.sourceforge.net/phpBB2/ ... =30#225036Go|iath wrote:Once a programmer drowned in the sea. Many Marines where at that time on the beach...
...but the programmer was shouting "F1 F1" and nobody understood it.
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java