mirror of
https://github.com/RyuKojiro/apple1.git
synced 2025-01-15 07:34:14 +00:00
Make sure to assign the currentLineText for assembler error printing
git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@47 64f78de7-aa59-e511-a0e8-0002a5492df0
This commit is contained in:
parent
3fc3bb9f4f
commit
1ecbc0e47e
@ -136,6 +136,7 @@ int main(int argc, const char * argv[])
|
||||
continue;
|
||||
}
|
||||
else if (command[0] != ';') {
|
||||
currentLineText = command;
|
||||
as6502_executeAsmLineOnCPU(cpu, command, strlen(command));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user