Skip to content

Laboratory which has been made for writing and testing x86 assembly code

License

Notifications You must be signed in to change notification settings

Alireza29675/asm-laboratory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asm-laboratory

(Work in progress)

A laboratory written in Node.js with purpose of easy-no-bullshit testing and learning x86 Assembly on your PC.

Note: This laboratory is just working on some Linux distributions such as Debian and Ubuntu, make contributions for more supports.

Installation

First you have to install Node.js on your system. You can find and download it here.

After installing Node.js you have to clone the repo from GitHub:

git clone https://github.com/Alireza29675/asm-laboratory.git

Then you can enter the root of cloned repository on you system and run following command, it will install all requirements for starting with playground:

npm run setup

Running the playground

Open terminal and run this command on the repo's root:

npm run playground:start

Then find ./app.playground.asm file, open it with your code editor (vim, vscode, etc.) and make changes to see the instant result in that terminal you've already opened!

Enjoy!

License

MIT Alireza Sheikholmolouki

Last Note: Assembly is a low level and full permission platform, know what you're testing on your system! Assembly Play

About

Laboratory which has been made for writing and testing x86 assembly code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published