mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-16 17:30:27 +00:00
fixed zmac
This commit is contained in:
parent
1a7480ea65
commit
5400ac6d7d
@ -1395,10 +1395,9 @@ function assembleZMAC(step) {
|
|||||||
var errors = [];
|
var errors = [];
|
||||||
var params = step.params;
|
var params = step.params;
|
||||||
gatherFiles(step, {mainFilePath:"main.asm"});
|
gatherFiles(step, {mainFilePath:"main.asm"});
|
||||||
var hexpath = step.prefix + ".hex";
|
|
||||||
var lstpath = step.prefix + ".lst";
|
var lstpath = step.prefix + ".lst";
|
||||||
var binpath = step.prefix + ".cim";
|
var binpath = step.prefix + ".cim";
|
||||||
if (staleFiles(step, [hexpath, lstpath])) {
|
if (staleFiles(step, [binpath, lstpath])) {
|
||||||
/*
|
/*
|
||||||
error1.asm(4) : 'l18d4' Undeclared
|
error1.asm(4) : 'l18d4' Undeclared
|
||||||
JP L18D4
|
JP L18D4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user