https://github.com/refi64/howl-nasm
NASM-style assembly bundle for Howl
https://github.com/refi64/howl-nasm
Last synced: 5 months ago
JSON representation
NASM-style assembly bundle for Howl
- Host: GitHub
- URL: https://github.com/refi64/howl-nasm
- Owner: refi64
- License: mit
- Created: 2016-09-08T23:13:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T20:22:40.000Z (almost 10 years ago)
- Last Synced: 2025-03-25T05:06:46.263Z (about 1 year ago)
- Language: MoonScript
- Size: 58.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
howl-nasm
=========
An NASM-style assembly bundle for Howl.
Installation
************
::
$ mkdir -p ~/.howl/bundles
$ cd ~/.howl/bundles
$ git clone https://github.com/kirbyfan64/howl-nasm.git
$ cd howl-nasm
$ git submodule init && git submodule update