1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-07 01:29:30 +00:00

fixed zmac

This commit is contained in:
Steven Hugg 2018-10-01 16:18:59 -04:00
parent 1a7480ea65
commit 5400ac6d7d

View File

@ -1395,10 +1395,9 @@ function assembleZMAC(step) {
var errors = [];
var params = step.params;
gatherFiles(step, {mainFilePath:"main.asm"});
var hexpath = step.prefix + ".hex";
var lstpath = step.prefix + ".lst";
var binpath = step.prefix + ".cim";
if (staleFiles(step, [hexpath, lstpath])) {
if (staleFiles(step, [binpath, lstpath])) {
/*
error1.asm(4) : 'l18d4' Undeclared
JP L18D4