1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

use new neslib2.lib w/ seperate object files

This commit is contained in:
Steven Hugg
2019-05-14 12:01:54 -04:00
parent 5f61521c6f
commit 89331dbcf2
6 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ describe('Worker', function() {
compile('cc65', '#include "NOSUCH.file"\n', 'nes', done, 0, 0, 1, {ignoreErrorPath:true});
});
it('should assemble CA65', function(done) {
compile('ca65', '\t.segment "HEADER"\n\t.segment "STARTUP"\n\t.segment "CHARS"\n\t.segment "VECTORS"\n\tlda #0\n\tsta $1\n', 'nes-conio', done, 40976, 2);
compile('ca65', '\t.segment "HEADER"\n\t.segment "STARTUP"\n\t.segment "CHARS"\n\t.segment "VECTORS"\n\tlda #0\n\tsta $1\n', 'nes-asm', done, 40976, 2);
});
/*
it('should assemble Z80ASM', function(done) {