Skip to content
/ hasm Public

6502 compiler (for the NES) written in Java. Capable of producing NES binaries using the iNES format.

Notifications You must be signed in to change notification settings

67726e/hasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HASM

License:

Dual licensed under MIT or GPL Version 2.0 by Glenn Nelson

Description:

A 6502 assembler with basic optimization functions capable of producing NES ROMs with or without the iNES header.

Requirements

JDK (Tested on 6.24)
JVM

Usage:

hasm [options] source

This assembler accepts one source file that will be used
to build an NES ROM file to be used by an emulator.

Directives

See directives.txt

Operands

See operands.txt

About

6502 compiler (for the NES) written in Java. Capable of producing NES binaries using the iNES format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published