Click to See Complete Forum and Search --> : FYI for all:
Pinky
06-26-2001, 04:48 PM
There is no programming language called assembler. http://www.sharkyforums.com/ubb/mad.gif An assembler is a program that takes written assembly language and translates it into machine language to be run on a computer.
Also, assembly differs between machine (processor) types. Assembly code written for an x86 can not be directly run on something like a Motorola proc.
http://www.sharkyforums.com/ubb/smile.gif Sorry for the rant, I just had to get that out. http://www.sharkyforums.com/ubb/tongue.gif
------------------
Embrace this moment. Remember we are eternal. All this pain is an illusion.
[the man] (http://darksavior.net/~pinky/) [the real man] (http://inst.augie.edu/~gmgunder) [the specs] (http://darksavior.net/~pinky/pinkyspecs.txt) [NT Jock] (http://www.alpha1.net/~catscratch/fx/mcards/ntjockpinky.gif)
Yeah, there's nothing as non-portable as ASM http://www.sharkyforums.com/ubb/smile.gif
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.
Conrad Song
06-27-2001, 10:20 AM
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 http://www.sharkyforums.com/ubb/smile.gif
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.
Grizzly
06-27-2001, 06:09 PM
Hmmm, I don't get it http://www.sharkyforums.com/ubb/biggrin.gif
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?
biosx
06-28-2001, 07:55 PM
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
Pinky
06-28-2001, 09:07 PM
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] (http://darksavior.net/~pinky/) [the real man] (http://inst.augie.edu/~gmgunder) [the specs] (http://darksavior.net/~pinky/pinkyspecs.txt) [NT Jock] (http://www.alpha1.net/~catscratch/fx/mcards/ntjockpinky.gif)
woonm
06-29-2001, 03:21 AM
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.
Pinky
06-29-2001, 07:59 PM
hehe I think only Zoma read my original rant! http://www.sharkyforums.com/ubb/tongue.gif
------------------
Embrace this moment. Remember we are eternal. All this pain is an illusion.
[the man] (http://darksavior.net/~pinky/) [the real man] (http://inst.augie.edu/~gmgunder) [the specs] (http://darksavior.net/~pinky/pinkyspecs.txt)
BoogyMan
06-29-2001, 09:29 PM
So you know Assembler d00d??? Teach me!!!
------------------
Happy Halloween, Ladies!
Pinky
06-29-2001, 11:06 PM
Originally posted by BoogyMan:
So you know Assembler d00d??? Teach me!!!
Yes, even the scary BoogyMan is a smartass... http://www.sharkyforums.com/ubb/biggrin.gif Welcome to the programming forum, "Boogs!" (note that if I put that in quotes I didn't actually say it http://www.sharkyforums.com/ubb/wink.gif)
------------------
Embrace this moment. Remember we are eternal. All this pain is an illusion.
[the man] (http://darksavior.net/~pinky/) [the real man] (http://inst.augie.edu/~gmgunder) [the specs] (http://darksavior.net/~pinky/pinkyspecs.txt)
So you know Assembler d00d??? Teach me!!!
Here's a sample for you:
.code
mov cx, 10
:StartTheLesson
mov BoogyMans_arse, my_foot
loop StartTheLesson
mov garbage_can, BoogyMan
.exit
end
Pinky
07-01-2001, 03:16 PM
Originally posted by Zoma:
.code
mov cx, 10
:StartTheLesson
mov BoogyMans_arse, my_foot
loop StartTheLesson
mov garbage_can, BoogyMan
.exit
end
LOL that's funny!! http://www.sharkyforums.com/ubb/biggrin.gif
------------------
Embrace this moment. Remember we are eternal. All this pain is an illusion.
[the man] (http://darksavior.net/~pinky/) [the real man] (http://inst.augie.edu/~gmgunder) [the specs] (http://darksavior.net/~pinky/pinkyspecs.txt)
BoogyMan
07-01-2001, 06:47 PM
Originally posted by Zoma:
.code
mov cx, 10
:StartTheLesson
mov BoogyMans_arse, my_foot
loop StartTheLesson
mov garbage_can, BoogyMan
.exit
end
Hehee. Nice. http://www.sharkyforums.com/ubb/smile.gif
------------------
Happy Halloween, Ladies!