Code Monkey home page Code Monkey logo

8086-toolchain's People

Contributors

joshuahaertel avatar mcrossen avatar plusk01 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

8086-toolchain's Issues

emulator not working on macOS

I started lab 3 on Ubuntu 16.04 and wrote a program that responded to Control-R, but on my Mac the same binary doesn't work. I think the core issue is how XQuartz handles Control-R (funky reverse i search?). Help? Please?

c86 pointer increments

The following code causes the compiler to freeze: char* ptr = 0; ptr += 1;
Interestingly, the compiler works when revising the code like so: char* ptr = 0; ptr = ptr + 1;

I was able to reproduce this bug on both the CAEDM computers and my personal laptop. int pointers seem to work fine; however, its just char pointers that break it.

I'm creating this issue for future reference in case another student stumbles across the same problem.

Class website content is no longer hosted

Looks like the class website link, http://ece425web.groups.et.byu.net/, is dead as of 2023. I believe the class was discontinued after Dr. Archibald retired in 2020, and it looks like BYU finally stopped hosting the website sometime in the last year.

However, the material is all mostly still accessible via Wayback Machine: https://web.archive.org/web/20220126003933/http://ece425web.groups.et.byu.net/

Perhaps we could save off this content into a GitHub pages site in this repo, for posterity's sake.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.