kem0x / todo.asm

Todo Web Application in flat assembler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo.asm

Todo Web Application in flat assembler

Warning

It's not finished yet.

Quick Start

Install flat assembler

$ fasm ./todo.asm
$ chmod +x ./todo
$ ./todo
$ iexplore http://localhost:6969/

About

Todo Web Application in flat assembler

License:MIT License


Languages

Language:Assembly 100.0%