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

fixed 6809 asm

This commit is contained in:
Steven Hugg
2019-08-06 15:36:28 -04:00
parent 520bfbc84d
commit fcc979f13f
4 changed files with 71 additions and 16 deletions
-2
View File
@@ -217,11 +217,9 @@ describe('Worker', function() {
it('should NOT preprocess SDCC', function(done) {
compile('sdcc', 'int x=0\n#bah\n', 'mw8080bw', done, 0, 0, 1);
});
/*
it('should compile XASM6809', function(done) {
compile('xasm6809', '\tasld\n\tasld\n', 'williams', done, 4, 2, 0);
});
*/
it('should link two files with SDCC', function(done) {
var msgs = [
{