| View previous topic :: View next topic |
| Author |
Message |
Irmac newbie!

Joined: Mar 10, 2005 Posts: 34 Location: Waterloo, ON
|
Posted: Sun Mar 13, 2005 3:17 am Post subject: Assembly languages. |
|
|
Ok, say I know an assembly language like DLX or MIPS. How would I be able to run my code? I think the teacher mentioned different CPUs use different assembly languages. So if I know DLX, doesn't that make it completely useless if I'm not using a DLX machine?
I mean at school, we end up using something on the network(does it make sense to say it compiles it into java?), and then run it through that. Anyway, I'm really just curious as to how I would be able to run assembly code on my own computer. Like if anyone has a program/utility that could convert between assembly languages, that'd be awesome cool too. Or better yet, something that could compile dumb compile java into DLX code for me. Hehe XD
*I wasn't sure whether this would belong here or on the Tech Area board, so I just did it here. _________________ Why would you sell off a treasure to get money? You're a king. You can just increase taxes and steal from your people the easy way.
~mortonhayle |
|
| Back to top |
|
 |
Is Ronin Samurai

Joined: Aug 22, 2003 Posts: 613 Location: here
|
Posted: Sun Mar 13, 2005 9:08 am Post subject: |
|
|
definitely belongs in tech area.
i don't know much about assembly... not a very useful thing to know anymore unless you're a real system designer (ie you program hardware for a living)
if you know mips you can only use it on a mips system. (or dlx or whatever)
at school you may be using a java interface to a server that can run the code or it just emulates it.
google around a bit for assembly tutorials. you can run it on your own machine if you know a bit of what you're doing. |
|
| Back to top |
|
 |
DarkAeons Heimin (Commoner)

Joined: Aug 04, 2004 Posts: 66
|
|
| Back to top |
|
 |
Irmac newbie!

Joined: Mar 10, 2005 Posts: 34 Location: Waterloo, ON
|
Posted: Mon Mar 14, 2005 5:01 pm Post subject: |
|
|
Thanks a lot! Those are some pretty cool links. _________________ Why would you sell off a treasure to get money? You're a king. You can just increase taxes and steal from your people the easy way.
~mortonhayle |
|
| Back to top |
|
 |
shniggies newbie!

Joined: Dec 05, 2004 Posts: 31
|
Posted: Tue Mar 15, 2005 7:49 am Post subject: |
|
|
yea spim was the one i was gonna suggest... assembly is hard bc its so low level and nit picky.. if you dont use the right register it doesn't work .. blah blah blah.. whine whine whine.. definetly give yourself LOTS of time to debug.. dont wait till the last minute |
|
| Back to top |
|
 |
Irmac newbie!

Joined: Mar 10, 2005 Posts: 34 Location: Waterloo, ON
|
Posted: Wed Mar 16, 2005 8:09 pm Post subject: |
|
|
LOL! I give myself plenty of time to debug! Assignments and stuff are usually do at noon for this particular course, and there's 12 hours between midnight and noon. Plenty of time! _________________ Why would you sell off a treasure to get money? You're a king. You can just increase taxes and steal from your people the easy way.
~mortonhayle |
|
| Back to top |
|
 |
|