Skip to content

NSExceptional/ASM-Swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ASM Swift

Learning assembly is hard for newcomers, mostly because the documentation is a little harder to read, and there's so much of it. It's too easy to get overwhelmed by information.

This project aims to make it easier for someone to learn to "think in assembly" by providing a (much nicer) development environment to practice in that still feels like an assembly environment (this project is modeled after x86 Assembly to be exact). In the long term, I'd like to have a suite of programming challenges (with solutions). Feel free to submit your own in a PR.

I want to learn!

Check out the wiki for documentation and example code, or open up the playground itself and dive into a little built-in example code after reading the rules (Contents.swift)

I want to help!

PRs welcome! Just please stick to my code style. I'm trying to make this in the image of x86 assembly with few exceptions, since that's what I know best.

Feature requests and suggestions are also welcome. And check out the Projects tab for a list of missing features if you want something to work on.

At the moment, I haven't properly documented all functions/instructions. I'd love some PRs correcting documentation markup.

If you find a bug, please open an issue. If you fix it, submit a PR as well.

Contact

@ThePantsThief
/u/ThePantsThief
tannerbennett@me.com

About

A playground for learning Assembly language through Swift.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages