Macross 6502, the assembler written by Lucasfilm Ltd. that was used for Habitat and SCUMM
Go to file
2016-01-24 15:56:45 -08:00
doc
notes68
opt
slinky Remove cruft and gcc-5-only flags from Makefiles 2016-01-24 00:04:00 -08:00
.gitignore Create a .gitignore file 2016-01-23 17:47:11 -08:00
.mark
actions_6502.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
actions_68000.c
actions.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
buildStuff1.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
buildStuff2.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
buildStuff3.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
buildStuff.h
builtInFunctions.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
builtInFunctions.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
builtInFunsSD_6502.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
builtInFunsSD_68000.c
conditionDefs_6502.h
conditionDefs_68000.h
debugPrint.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
debugPrint.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
debugPrintSD_6502.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
debugPrintSD_68000.c
DOC.txt
driver.c
emitBranch_6502.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
emitBranch_68000.c
emitBranch.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
emitStuff.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
emitStuff.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
encode.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
encode.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
errorfyle
errorStuff.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
errorStuff.h Extra headers and casts so it can compile with the -ansi flag 2016-01-24 15:56:45 -08:00
expressionSemantics.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
expressionSemantics.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
fixups.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
fixups.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
garbage.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
garbage.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
globals.c Extern all the globals, not just the tables 2016-01-24 00:00:20 -08:00
initialize.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
initialize.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
lexer.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
lexer.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
lexerTables.h
listing.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
listing.h Extra headers and casts so it can compile with the -ansi flag 2016-01-24 15:56:45 -08:00
lookups.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
lookups.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
macross_6502.y
macross_68000.y
macrossGlobals.h Extern all the globals, not just the tables 2016-01-24 00:00:20 -08:00
macrossTables_6502.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
macrossTables_68000.c
macrossTypes.h
main.c Extra headers and casts so it can compile with the -ansi flag 2016-01-24 15:56:45 -08:00
Makefile Remove cruft and gcc-5-only flags from Makefiles 2016-01-24 00:04:00 -08:00
Makefile_6502
Makefile_68000
malloc.c
object.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
object.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
operandBody_6502.h
operandBody_68000.h
operandDefs_6502.h
operandDefs_68000.h
operandStuff.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
operandStuffSD_6502.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
operandStuffSD_68000.c
parserMisc.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
parserMisc.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
README.md
semanticMisc.c rename swab to avoid conflict with string.h 2016-01-24 00:10:35 -08:00
semanticMisc.h rename swab to avoid conflict with string.h 2016-01-24 00:10:35 -08:00
slinkyExpressions.h
statementSemantics.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
statementSemantics.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
structSemantics.c Move function declarations out of the .c files and use the generated .h files instead 2016-01-23 21:50:38 -08:00
structSemantics.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00
tokenStrings_6502.c
tokenStrings_68000.c
tokenStrings.h Full header information extracted from gcc -aux-info 2016-01-23 21:50:38 -08:00

macross 6502, an assembler for people who hate assembly language

Macross is a fancy macro cross assembler for the 6502. Macross assembles the given files in the order specified on the command line. Macross source file names must end with ``.m''.

Slinky is a multi-file relocating object linker designed to be used in conjunction with the Macross assembler. Slinky links the given Macross object files in the order specified on the command line together into one executable object file.

History

Macross and Slinky were developed 1984-1987 by Chip Morningstar at Lucasfilm Ltd. for use in the game Habitat.

The source has been resurrected in the context of preserving and restoring Habitat at The Museum of Art and Digital Entertainment.

Status

The original archive contents are checked in as the first commit. Subsequent commits provide clean ups and compile fixes for modern machines.

Currently, Macross and Slinky compile and work on OS X (32 bit).

Documentation

See the directory doc.

License

MIT