Wednesday, November 5, 2014

Adventures in Development Wonderland

I realized recently that I created this blog a long time ago and had never actually published a post.

This blog was created to share my ideas about programming, what I have learned, what I have experienced, and what I am doing.

Currently I am working on a lot of projects in the world of programming, my biggest being writing a port of an old game in 8086 assembly.

I specify the CPU rather than the family because I am writing it to be compatible with the 8086 processor.  There is definitely progress being made, and hopefully I will be posting a lot more details in the next couple weeks, as I am nearing a time where I can publish a beta release of it.

Over the next few weeks I plan to start releasing tutorials about assembly development.

I have noticed that though tutorials exist, most are incomplete or have not been touched in more than 10 years.

If you would like to peek at the code for these tutorials before they are published, you can find the repository at https://github.com/musicman89/Assembly-Tutorial.

Please note that since the tutorials are still a work in progress the code and structure in this repository is bound to change.

Please feel free to request a topic for a blog post or tutorial in the comments, as I am always looking for new topics.

3 comments:

  1. Looking forward to following your blog, Davan!

    ReplyDelete
    Replies
    1. I am glad, because I have a lot of installments planned on Real Mode Assembly alone. I plan to follow that up with a series on Protected Mode and development with mixed C and Assembly. Mixed in there will likely be posts about other topics or tutorials.

      Delete
    2. Also note that I have added a link to the repository where I will be sharing the code for these tutorials. The code for the first tutorial is already up.

      Delete