Srakai / IASMS

Interactive Assembly Shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IASMS

Interactive Assembly Shell

Description

The main prupose of this program is to create interactive learnig platform for x86 assembly. User provides nasm syntax which is assembled by Nasm, and executed. Keep in mind the IASMS do not provide any kind of sandbox - the instructions get executed 'inside' IASMS, so executing ie. "jmp 0" will cause segfault, and crash.

Requirments

Author

@Srakai - and yes I know that this code is terrible

About

Interactive Assembly Shell


Languages

Language:C 99.4%Language:Makefile 0.6%