Giter VIP home page Giter VIP logo

i808's Introduction

#include <stdio.h>

int main() {
  printf("Hello, I’m Ian Seyler\n");
  printf("My code is primarily in x86 Assembly with a bit of C as well\n");
  printf("I’m looking to collaborate on minimal operating systems\n");
  return 0;
}

i808's People

Contributors

ianseyler avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

i808's Issues

Example code data section

While browsing through this project, I gave the example Hello World program a shot. Initially when I compiled it using the command as specified in the readme, I got an unspecified error.
There was an error during compile. Output may not be as expected.

There was still an output binary so I went ahead and ran it. The output above the memory dump was garbage data, like it accessed uninitialized memory or the wrong location.

Doing some testing around, I was able to track the issue down to line 7 in helloworld.asm:
mov A, Message

I tried the command with square brackets surrounding Message to no avail and eventually tried moving the data section to the top of the program. Compiling with that last change still gave the same unspecified error however the output was correct when I ran the program.

Seeing the last commit was 5 years ago, I realize this project is likely no longer maintained. Just wanted to post this up for anyone else who should stumble across this project and run in to the same issue. Great work in all though, this is very interesting to dive into and learn how it works.

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.