|
-
Stormtrooper Mod
-
Yeah, there's nothing as non-portable as ASM 
Note:
On Alta Vista, the phrase, "written in assembler" was found 3,374 times, while the phrase "written in assembly" was only found 2,834 times.
System specs:
| Core i5 750 | GA-P55A-UD3 | 4.0 GB G.skill DDR3 1600 | eVGA 470 GTX |
| Intel X25-M 80 GB SSD | WD 5000AAKS | Lian Li PC-7FN | Corsair TX750W |
| Windows 7 Home 64-bit |
-
Hmmm, if someone created an assembly language to assemble Java byte-code, that'll be portable, no?
Originally posted by Zoma:
Yeah, there's nothing as non-portable as ASM 
Note:
On Alta Vista, the phrase, "written in assembler" was found 3,374 times, while the phrase "written in assembly" was only found 2,834 times.
-
Ursus Arctos Moderatis
Hmmm, I don't get it 
Why would someone create a language, which would compile into straight java code, which would then have to be compiled again so it could talk to the machine?
Why not just use Java?
-
Reef Shark
Right? Why would you use a criptic language like assembler?
ADD SUB A
PUSH A
PUSH B
B+=CD
ewww.
------------------
root is the greed of all evil
## root is the greed of all evil ##
-
Stormtrooper Mod
Originally posted by biosx:
Right? Why would you use a criptic language like assembler?
ADD SUB A
PUSH A
PUSH B
B+=CD
ewww.
SPEED.
------------------
Embrace this moment. Remember we are eternal. All this pain is an illusion.
[the man] [the real man] [the specs] [NT Jock]
Proofread carefully to see if you any words out.
[the rules]
-
java use virtual machine to imitate the hardware parts of the computer to achieve the portability, and all the java class will be like the army of modules on top of the virutal machine and instruture the machine with 'on-the fly' bytecode. If there is a direct machine assembled codes layer directly from java, it loses the portability.
With faster Hz and big memory, the lag for translating class file to bytecode should not be a big problem for regular applications except web with huge transactions involving a large numbers of objects.
-
Stormtrooper Mod
hehe I think only Zoma read my original rant! 
------------------
Embrace this moment. Remember we are eternal. All this pain is an illusion.
[the man] [the real man] [the specs]
Proofread carefully to see if you any words out.
[the rules]
-
Goblin Shark
So you know Assembler d00d??? Teach me!!!
------------------
Happy Halloween, Ladies!
If I couldn't type drunk, I'd still be Expensive Sushi.
-
Stormtrooper Mod
Originally posted by BoogyMan:
So you know Assembler d00d??? Teach me!!!
Yes, even the scary BoogyMan is a smartass... Welcome to the programming forum, "Boogs!" (note that if I put that in quotes I didn't actually say it )
------------------
Embrace this moment. Remember we are eternal. All this pain is an illusion.
[the man] [the real man] [the specs]
Proofread carefully to see if you any words out.
[the rules]
-
So you know Assembler d00d??? Teach me!!!
Here's a sample for you:
Code:
.code
mov cx, 10
:StartTheLesson
mov BoogyMans_arse, my_foot
loop StartTheLesson
mov garbage_can, BoogyMan
.exit
end
System specs:
| Core i5 750 | GA-P55A-UD3 | 4.0 GB G.skill DDR3 1600 | eVGA 470 GTX |
| Intel X25-M 80 GB SSD | WD 5000AAKS | Lian Li PC-7FN | Corsair TX750W |
| Windows 7 Home 64-bit |
-
Stormtrooper Mod
Originally posted by Zoma:
Code:
.code
mov cx, 10
:StartTheLesson
mov BoogyMans_arse, my_foot
loop StartTheLesson
mov garbage_can, BoogyMan
.exit
end
LOL that's funny!! 
------------------
Embrace this moment. Remember we are eternal. All this pain is an illusion.
[the man] [the real man] [the specs]
Proofread carefully to see if you any words out.
[the rules]
-
Goblin Shark
Originally posted by Zoma:
Code:
.code
mov cx, 10
:StartTheLesson
mov BoogyMans_arse, my_foot
loop StartTheLesson
mov garbage_can, BoogyMan
.exit
end
Hehee. Nice. 
------------------
Happy Halloween, Ladies!
If I couldn't type drunk, I'd still be Expensive Sushi.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|