├── AsseT (dark).exe ├── AsseT (light).exe └── README.md /AsseT (dark).exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASD0x41/Assembly-Programming-Package/e557e0ea6d4498f7e78544772f08e6ba0b39d8d8/AsseT (dark).exe -------------------------------------------------------------------------------- /AsseT (light).exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASD0x41/Assembly-Programming-Package/e557e0ea6d4498f7e78544772f08e6ba0b39d8d8/AsseT (light).exe -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Assembly-Programming-Package 2 | Tools in Package: Notepad++, DOSBox, NASM & AFD 3 | --- 4 | + Just download the SFX (*AsseT.exe*), extract it anywhere you want, and start programming! 5 | + To do that, click on **AsseT.exe** in the list of files given above, and then click the **Download** button at the right side of the screen. 6 | + After extraction, you have to run the shortcut named *code* to get started. Some other instructions are given in the *readme.txt* file. 7 | + This package has been designed primarily for students of **FAST-NUCES** studying the Computer Organisation & Assembly Language (**COAL**) course. 8 | + Don't forget to star and share about this repository if you find this package helpful. :) 9 | 10 | ## Also check out XIDE - an online assembly programming platform ([Repo](https://github.com/ASD0x41/xide)). Just go to [https://xide.nullprime.com](https://xide.nullprime.com) in your browser and start coding! 11 | 12 | **DISCLAIMER: The given tools belong to their respective owners. I have only bundled them together and written some NppExec scripts to make it easier for students to program in assembly in the course of their studies.** 13 | --------------------------------------------------------------------------------