mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-21 23:30:58 +00:00
fixed zmac
This commit is contained in:
parent
1a7480ea65
commit
5400ac6d7d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user