Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. i built an entire x86 CPU emulator in CSS (no javascript)

i built an entire x86 CPU emulator in CSS (no javascript)

Scheduled Pinned Locked Moved Uncategorized
122 Posts 106 Posters 6 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

    i built an entire x86 CPU emulator in CSS (no javascript)

    you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

    Link Preview Image
    x86CSS

    x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required!

    favicon

    (lyra.horse)

    gasrios@floss.socialG This user is from outside of this forum
    gasrios@floss.socialG This user is from outside of this forum
    gasrios@floss.social
    wrote last edited by
    #61

    @rebane2001 if you do write about this, I am particularly curious to understand how you implemented a clock in CSS.

    And, clock or no clock, I do hope you will, I am following you so I won't miss it when you do. =^)

    1 Reply Last reply
    0
    • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

      i built an entire x86 CPU emulator in CSS (no javascript)

      you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

      Link Preview Image
      x86CSS

      x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required!

      favicon

      (lyra.horse)

      trimtab@mastodon.socialT This user is from outside of this forum
      trimtab@mastodon.socialT This user is from outside of this forum
      trimtab@mastodon.social
      wrote last edited by
      #62

      @rebane2001
      “Gozer the Gozerian? Good evening. As a duly designated representative of the city, county, and state of New York, I order you to cease any and all supernatural activity and return forthwith to your place of origin or to the nearest convenient parallel dimension.”

      1 Reply Last reply
      0
      • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

        i built an entire x86 CPU emulator in CSS (no javascript)

        you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

        Link Preview Image
        x86CSS

        x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required!

        favicon

        (lyra.horse)

        ffloyd@mastodon.socialF This user is from outside of this forum
        ffloyd@mastodon.socialF This user is from outside of this forum
        ffloyd@mastodon.social
        wrote last edited by
        #63

        @rebane2001 man… when I see things like this… it restores my faith that true spirit of software engineering is not dead yet!

        1 Reply Last reply
        0
        • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

          i built an entire x86 CPU emulator in CSS (no javascript)

          you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

          Link Preview Image
          x86CSS

          x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required!

          favicon

          (lyra.horse)

          f4grx@chaos.socialF This user is from outside of this forum
          f4grx@chaos.socialF This user is from outside of this forum
          f4grx@chaos.social
          wrote last edited by
          #64

          @rebane2001 Objection, you built an entire x86 cpu emulator in chrome.

          "Your browser is unable to run this demo. Please try with an up-to-date Chromium-based browser."

          Edit: looks like these APIs will come to mozilla based browsers, but "at a later date".

          rebane2001@infosec.exchangeR 1 Reply Last reply
          0
          • f4grx@chaos.socialF f4grx@chaos.social

            @rebane2001 Objection, you built an entire x86 cpu emulator in chrome.

            "Your browser is unable to run this demo. Please try with an up-to-date Chromium-based browser."

            Edit: looks like these APIs will come to mozilla based browsers, but "at a later date".

            rebane2001@infosec.exchangeR This user is from outside of this forum
            rebane2001@infosec.exchangeR This user is from outside of this forum
            rebane2001@infosec.exchange
            wrote last edited by
            #65

            @f4grx I built it in CSS. It uses CSS features only available in Chromium, but they are from the spec and being developed for eg Firefox too.

            f4grx@chaos.socialF macshome@hachyderm.ioM 2 Replies Last reply
            0
            • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

              @f4grx I built it in CSS. It uses CSS features only available in Chromium, but they are from the spec and being developed for eg Firefox too.

              f4grx@chaos.socialF This user is from outside of this forum
              f4grx@chaos.socialF This user is from outside of this forum
              f4grx@chaos.social
              wrote last edited by
              #66

              @rebane2001 oh great, so we just need to wait a bit! Thats a fun project.

              1 Reply Last reply
              0
              • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

                @freddy dang it, i must've mis-guessed it (i usually write the github links to files *before* i figure out what filenames or repo names i want to use, hoping it'll line up later)

                freddy@social.security.plumbingF This user is from outside of this forum
                freddy@social.security.plumbingF This user is from outside of this forum
                freddy@social.security.plumbing
                wrote last edited by
                #67

                @rebane2001 lol your branch name is called mane....

                freddy@social.security.plumbingF 1 Reply Last reply
                0
                • freddy@social.security.plumbingF freddy@social.security.plumbing

                  @rebane2001 lol your branch name is called mane....

                  freddy@social.security.plumbingF This user is from outside of this forum
                  freddy@social.security.plumbingF This user is from outside of this forum
                  freddy@social.security.plumbing
                  wrote last edited by
                  #68

                  @rebane2001 anyway I tried reading the source and it....gave me nothing. Looking forward to the explainer blog post, the various poorly written summaries of your emulator on "tech news" websites and the inevitable conference talk 🙂

                  rebane2001@infosec.exchangeR 1 Reply Last reply
                  0
                  • freddy@social.security.plumbingF freddy@social.security.plumbing

                    @rebane2001 anyway I tried reading the source and it....gave me nothing. Looking forward to the explainer blog post, the various poorly written summaries of your emulator on "tech news" websites and the inevitable conference talk 🙂

                    rebane2001@infosec.exchangeR This user is from outside of this forum
                    rebane2001@infosec.exchangeR This user is from outside of this forum
                    rebane2001@infosec.exchange
                    wrote last edited by
                    #69

                    @freddy heheh, the summaries will be terrible for sure

                    i've already seen a few ai bot comments that claim this is using checkboxes and selectors for the logic (i don't think the page has any checkboxes and all the logic happens within a single selector)

                    1 Reply Last reply
                    0
                    • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

                      i built an entire x86 CPU emulator in CSS (no javascript)

                      you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

                      Link Preview Image
                      x86CSS

                      x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required!

                      favicon

                      (lyra.horse)

                      nazokiyoubinbou@urusai.socialN This user is from outside of this forum
                      nazokiyoubinbou@urusai.socialN This user is from outside of this forum
                      nazokiyoubinbou@urusai.social
                      wrote last edited by
                      #70

                      @rebane2001 No... No... You can't do this. You can't. No......

                      1 Reply Last reply
                      0
                      • jeffythepooh@mastodon.socialJ jeffythepooh@mastodon.social

                        @rebane2001

                        Bill Gates had a couple friends map out tte Entire output of a was it 8086 and Made DOS out of the electrical responses, with some Other Stuff.

                        Whether you know it or not All Computer is based on the Stuff Bill Gates did in Creating DOS.

                        Even Linux, many Linux can not operate without the DOS Building blocks Platform.

                        walrus@toot.walesW This user is from outside of this forum
                        walrus@toot.walesW This user is from outside of this forum
                        walrus@toot.wales
                        wrote last edited by
                        #71

                        @Jeffythepooh @rebane2001

                        Gates didn't create DOS. He bought it.

                        1 Reply Last reply
                        0
                        • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

                          i built an entire x86 CPU emulator in CSS (no javascript)

                          you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

                          Link Preview Image
                          x86CSS

                          x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required!

                          favicon

                          (lyra.horse)

                          walrus@toot.walesW This user is from outside of this forum
                          walrus@toot.walesW This user is from outside of this forum
                          walrus@toot.wales
                          wrote last edited by
                          #72

                          @rebane2001

                          I built a Z80 in Haskell, that compiled onto an FPGA. I couldn't get access to an actual FPGA (greedy PhD students), so I ran an emulation on a Sun Workstation. It was faster than the actual Z80 machine I still had.

                          1 Reply Last reply
                          0
                          • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

                            i built an entire x86 CPU emulator in CSS (no javascript)

                            you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

                            Link Preview Image
                            x86CSS

                            x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required!

                            favicon

                            (lyra.horse)

                            ronflaix@mastodon.gamedev.placeR This user is from outside of this forum
                            ronflaix@mastodon.gamedev.placeR This user is from outside of this forum
                            ronflaix@mastodon.gamedev.place
                            wrote last edited by
                            #73

                            @rebane2001 What the fsck

                            1 Reply Last reply
                            0
                            • chengdulittlea@mastodon.artC chengdulittlea@mastodon.art

                              @rebane2001 1) wtf 2) wow

                              starkimarm@23.socialS This user is from outside of this forum
                              starkimarm@23.socialS This user is from outside of this forum
                              starkimarm@23.social
                              wrote last edited by
                              #74

                              @chengdulittlea

                              wowtf?!

                              @rebane2001

                              1 Reply Last reply
                              0
                              • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

                                i built an entire x86 CPU emulator in CSS (no javascript)

                                you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

                                Link Preview Image
                                x86CSS

                                x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required!

                                favicon

                                (lyra.horse)

                                froge@social.glitched.systemsF This user is from outside of this forum
                                froge@social.glitched.systemsF This user is from outside of this forum
                                froge@social.glitched.systems
                                wrote last edited by
                                #75

                                @rebane2001@infosec.exchange beautiful

                                1 Reply Last reply
                                0
                                • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

                                  i built an entire x86 CPU emulator in CSS (no javascript)

                                  you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

                                  Link Preview Image
                                  x86CSS

                                  x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required!

                                  favicon

                                  (lyra.horse)

                                  froogal@mastodon.socialF This user is from outside of this forum
                                  froogal@mastodon.socialF This user is from outside of this forum
                                  froogal@mastodon.social
                                  wrote last edited by
                                  #76

                                  @rebane2001 Im speechless, this is more amazing than a Redstone CPU.

                                  1 Reply Last reply
                                  0
                                  • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

                                    i built an entire x86 CPU emulator in CSS (no javascript)

                                    you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

                                    Link Preview Image
                                    x86CSS

                                    x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required!

                                    favicon

                                    (lyra.horse)

                                    bloody_albatross@chaos.socialB This user is from outside of this forum
                                    bloody_albatross@chaos.socialB This user is from outside of this forum
                                    bloody_albatross@chaos.social
                                    wrote last edited by
                                    #77

                                    @rebane2001 wot o_O

                                    1 Reply Last reply
                                    0
                                    • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

                                      i built an entire x86 CPU emulator in CSS (no javascript)

                                      you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

                                      Link Preview Image
                                      x86CSS

                                      x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required!

                                      favicon

                                      (lyra.horse)

                                      bazkie@beige.partyB This user is from outside of this forum
                                      bazkie@beige.partyB This user is from outside of this forum
                                      bazkie@beige.party
                                      wrote last edited by
                                      #78

                                      @rebane2001 has science gone too far? (no)

                                      1 Reply Last reply
                                      0
                                      • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

                                        i built an entire x86 CPU emulator in CSS (no javascript)

                                        you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

                                        Link Preview Image
                                        x86CSS

                                        x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required!

                                        favicon

                                        (lyra.horse)

                                        passocacornio@tech.lgbtP This user is from outside of this forum
                                        passocacornio@tech.lgbtP This user is from outside of this forum
                                        passocacornio@tech.lgbt
                                        wrote last edited by
                                        #79

                                        @rebane2001 I'm so fucking happy seing this... there was a long time since I last teared up seing a code project, now the timer has reset to zero

                                        1 Reply Last reply
                                        0
                                        • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

                                          i built an entire x86 CPU emulator in CSS (no javascript)

                                          you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

                                          Link Preview Image
                                          x86CSS

                                          x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required!

                                          favicon

                                          (lyra.horse)

                                          nini@oldbytes.spaceN This user is from outside of this forum
                                          nini@oldbytes.spaceN This user is from outside of this forum
                                          nini@oldbytes.space
                                          wrote last edited by
                                          #80

                                          @rebane2001 #csscrimes

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups