+ Reply to Thread
Page 3 of 3
FirstFirst 1 2 3
Results 21 to 24 of 24

Thread: Logisim - A logic simulator I've built an 8-bit CPU in

  1. #21
    GUN
    GUN is offline
    Wire Sofaking GUN is on a distinguished road GUN's Avatar
    Join Date
    Jan 2008
    Location
    California
    Posts
    477

    Default Re: Logisim - A logic simulator I've built an 8-bit CPU in

    Quote Originally Posted by Matte View Post
    I just wanted to say that I'm working on a 32-bit version of this 8-bit CPU right now, and writing proper documentation on how to program it (I'll probably write an assembler, too). This will be a more complete CPU with support for 65536 registers and 32-bit unsigned integers up to 4294967296. This is an upgrade of my previous 8-bit CPU, which only supported 128 registers and integers up to 127. The new 32-bit CPU will also support jumps and conditional jumps.

    I'll upload the save here when I'm done, but if someone wants it, I can upload the 8-bit CPU too, even though I abandoned it, so it's not quite finished.

    lol i made a 32 bit ALU after looking at yours, it works 100% and it can do alot of different ops, but im adding even more, but i would like to see the 8 bit version just to see.

  2. #22
    Wirezard


    Matte is just really nice Matte is just really nice Matte is just really nice Matte is just really nice Matte's Avatar
    Join Date
    Jan 2009
    Location
    Norway
    Posts
    2,102

    Default Re: Logisim - A logic simulator I've built an 8-bit CPU in

    Quote Originally Posted by GUN View Post
    lol i made a 32 bit ALU after looking at yours, it works 100% and it can do alot of different ops, but im adding even more, but i would like to see the 8 bit version just to see.
    Cool. The next step after the ALU is the instruction decoder which reads the program from the program memory and sequenzes it Here's the 8-bit version, but remember is kinda abugged as I never finished it.


    Quote Originally Posted by Whodunnit View Post
    matte, 65536 different register? i dont understand why so many registers would be necessary. unless you meant ram addresses. next step buy alot of IC's and bread board it.
    You have 65536 registers in the normal wiremod CPU
    Some of the registers are special registers like Keyboard Buffer, Screen Buffer and Screen Clock
    Attached Files
    "If anybody says he can think about quantum physics without getting giddy, that only shows he has not understood the first thing about them."
    -- Niels Bohr


  3. #23
    *

    Azrael is a jewel in the rough Azrael is a jewel in the rough Azrael is a jewel in the rough Azrael's Avatar
    Join Date
    Aug 2007
    Posts
    1,351

    Default Re: Logisim - A logic simulator I've built an 8-bit CPU in

    Quote Originally Posted by Matte View Post
    You have 65536 registers in the normal wiremod CPU
    Those aren't registers, those are memory cells. "Registers" refers specifically to the named registers such as eax, ebx, esp, ebx, and others.
    <Anticept> i always thought that piss comes out of a womans ass....

  4. #24
    Wire Sofaking Whodunnit will become famous soon enough Whodunnit's Avatar
    Join Date
    Jan 2008
    Location
    New Zealand, Ackl
    Posts
    482

    Default Re: Logisim - A logic simulator I've built an 8-bit CPU in

    yeh i guess the distinction here is insignificant in logism, i think the typical registers i was thinking of are those actually integrated into the cpu chip , for fast usage ... which has no bearing when there is no physical device.
    ЗАГРУЗКА...................

+ Reply to Thread
Page 3 of 3
FirstFirst 1 2 3

Similar Threads

  1. Logisim Circuit Libraries
    By mjmr89 in forum Off-Topic
    Replies: 4
    Last Post: 1 Week Ago, 12:48 AM
  2. Replies: 3
    Last Post: 07-05-2009, 05:14 PM
  3. Wire built into map
    By Schilcote in forum Help & Support
    Replies: 7
    Last Post: 03-18-2009, 06:03 PM
  4. A challenger to Atanua (free logic simulator)
    By mjmr89 in forum Off-Topic
    Replies: 14
    Last Post: 02-07-2009, 02:54 PM
  5. Free logic simulator.
    By Koolguy007 in forum Off-Topic
    Replies: 43
    Last Post: 02-05-2009, 03:06 AM

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