Skip to main content

Posts

Showing posts from May, 2020

Assembly For Beginners - Introduction

Welcome to Programming I love programming. I enjoy the challenge to not only make a working program,  but to do so with style. Programming is like poetry. It conveys a message, not only  to the computer, but to those who modify and use your program. With a program,  you build your own world with your own rules. You create your world according  to your conception of both the problem and the solution. Masterful programmers  create worlds with programs that are clear and succinct, much like a poem or  essay. One of the greatest programmers, Donald Knuth, describes programming not as telling a computer how to do something, but telling a person how they would instruct a computer to do something. The point is that programs are meant to be read by people, not just computers. Your programs will be modified and updated by others long after you move on to other projects. Thus, programming is not as much about communicating to a computer as it is ...