Madman Posted October 26, 2005 Posted October 26, 2005 (edited) As we had assembly in the topic about emu coding, here is a decent link for those who like to learn: http://webster.cs.ucr.edu/ Beware, its _very_ techie, so you may consider a high-level-language Edited October 26, 2005 by Madman
Lucandrake Posted November 4, 2005 Posted November 4, 2005 Since it's really hard to learn and requires more math then coding..... I'm reading a book on it right now though, well was, lost power ><.
taratata Posted November 4, 2005 Posted November 4, 2005 Since it's really hard to learn and requires more math then coding..... I'm reading a book on it right now though, well was, lost power ><.<{POST_SNAPBACK}>You need power to read a book? Move your lazy ass and learn maths! Not for this, for everything else. Btw it IS coding.
Lucandrake Posted November 4, 2005 Posted November 4, 2005 No I got the book saved on my comp, im not wasting $60 on a book that I can get online ^.^
Madman Posted November 5, 2005 Author Posted November 5, 2005 Dont learn it. You dont really need it, unless you want to code emus for real.
ken_cinder Posted November 6, 2005 Posted November 6, 2005 Being able to program in assembly is not a neccessity to writing an emulator. Understanding assembly, especially for a specific machine, will certainly aid in ones understanding of the machine in question though. Assembly is nothing more than human readable machine language. Binary representation using symbols. Thus, understanding the assembly language of a given machine, would give you more insight into how the machine actually works. http://en.wikipedia.org/wiki/Assembly_Language If I am not making sense or something, forgive me......I just had 4 impacted wisdom teeth removed Thursday afternoon and I'm heavily medicated right now lol
Agozer Posted November 6, 2005 Posted November 6, 2005 Most *older* (if not all) console games are written in Assembly, as well as the console's CPU instructions. Yes, knowledge of Assembly is not necessarily required to write an emulator, but understanding it makes it a lot easier to understand how data is processed in the hardware and how "machine-code" works.
Lucandrake Posted November 6, 2005 Posted November 6, 2005 I'm just trying to learn it since gunz is programed with it
taratata Posted November 10, 2005 Posted November 10, 2005 I'm just trying to learn it since gunz is programed with it<{POST_SNAPBACK}>Fool.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now