1
0
mirror of https://github.com/safiire/n65.git synced 2025-01-27 06:30:45 +00:00
n65/n65
2015-03-29 10:19:19 -07:00

12 lines
303 B
Ruby
Executable File

#!/usr/bin/env ruby
###############################################################################
## 6502 Assembler for the NES's 2A03
##
## Usage: ./n65 <infile.asm>
##
## This file runs the assembler though the commandline frontend.
require_relative 'lib/front_end'
N65::FrontEnd.new(ARGV).run