Skip to content

snoiclub/scooters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scooters

CLI app written in Assembly (x86-64) for searching and viewing scooter data.

Requirements

  • macOS (x86_64)
  • NASM (Netwide Assembler)
  • Make

Install NASM:

brew install nasm

Build

make

Or manually:

nasm -f macho64 -o src/main.o src/main.asm
gcc -o scooters src/main.o

Running

./scooters

Or:

make run

Clean

To remove build files:

make clean

About

A small terminal app for working with scooter data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published