Closed Thread
Results 1 to 8 of 8

Thread: computer architecture

  1. #1
    Acheron's Avatar
    Acheron is offline Programmer
    Join Date
    Feb 2008
    Location
    Έλλας
    Posts
    123
    Rep Power
    0

    computer architecture

    Any good e-books on architecture you know of,something that expalins it all in detail, less complicated and maybe with some pics ?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Oct 2007
    Posts
    538
    Rep Power
    21
    What exactly do you want to know about it. I'd probably go for an assembly language tutorial.

    Art of Assembly Language Programming and HLA by Randall Hyde

    That goes into some detail about how the basic parts fit together. You need to understand the architecture to program in assembly so they teach it.

    //edit - free book btw.//

  4. #3
    Acheron's Avatar
    Acheron is offline Programmer
    Join Date
    Feb 2008
    Location
    Έλλας
    Posts
    123
    Rep Power
    0
    This sounds good,when i was doing my assembly class we were mostly focusing on stuff like memory addressing,pipe lining and stuff like that.
    I am more interested in the basic hardware parts,how they work with each other and generally more practical stuff.

    This link seams too have a lotta stuff,i will give it a try,thenx.

  5. #4
    Join Date
    Oct 2007
    Posts
    538
    Rep Power
    21
    There are a couple of decent OSDev tutorials out there

    OS Development

    Bona Fide OS Development News

    These will have a lot of information on the various low level hardware (I mean low level though, bootstrapping, VGA, basic paging).

    Intel® 64 and IA-32 Architectures Software Developer's Manuals

    The last set of manuals describes a lot of the very basic data structures and instructions that can be used by the x86 processor.

    Some of this stuff can be overwhelming though. The last link is most certainly a reference source and not a tutorial.

  6. #5
    Acheron's Avatar
    Acheron is offline Programmer
    Join Date
    Feb 2008
    Location
    Έλλας
    Posts
    123
    Rep Power
    0
    This first link appears to be most helpful,i will dig right into it,thenx

  7. #6
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    I liked the Os development link!! Gonna spend some time in there.
    Thanks

    +REP given!!

    Acheron, if you did find those links useful I think that you should give some rep too.

  8. #7
    Acheron's Avatar
    Acheron is offline Programmer
    Join Date
    Feb 2008
    Location
    Έλλας
    Posts
    123
    Rep Power
    0
    Niah ! I always hated all that cheesy forum reputations and that stuff but if it means so much to people...rep given !
    good job mate !

  9. #8
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    well there is nothing wrong with giving +rep, takes only a second to give +rep and showing that you liked his/her help.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. 3-tier architecture and MVC which is better?
    By Hamed in forum Programming Theory
    Replies: 4
    Last Post: 06-17-2011, 10:32 AM
  2. Trying to understand architecture
    By bostonjim in forum PHP Development
    Replies: 0
    Last Post: 10-01-2010, 05:50 AM
  3. Architecture of computers
    By Apprentice123 in forum General Programming
    Replies: 0
    Last Post: 05-08-2009, 01:18 PM
  4. MIPS architecture
    By stasik in forum General Programming
    Replies: 0
    Last Post: 03-18-2007, 07:00 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts