GithubHelp home page GithubHelp logo

seanpm2001-all / learn-assembly Goto Github PK

View Code? Open in Web Editor NEW

This project forked from seanpm2001/learn-assembly

1.0 2.0 0.0 0 B

A repository for showcasing my knowledge of the Assembly programming language, and continuing to learn the language.

Home Page: https://github.com/seanpm2001/Learn-Assembly/

License: GNU General Public License v3.0

Assembly 100.00%

learn-assembly's Introduction


Learning Assembly

I know very little in Assembly, so this shouldn't take too long to write out

Comments in Assembly

; This is a comment

I don't think multi-line comments are supported in Assembly

Hello World in Assembly

I don't know how to make a Hello World program in Assembly, as I don't know the correct output keyword or sequence.

MOV (move) keyword in Assembly

I am not too experienced with this keyword, but I know it is a core part of Assembly.

Here is a sample from Wikimedia://EN/Wikipedia/Org

MOV AL, 1h        ; Load AL with immediate value 1
MOV CL, 2h        ; Load CL with immediate value 2
MOV DL, 3h        ; Load DL with immediate value 3

learn-assembly's People

Contributors

seanpm2001 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.