1
0
mirror of https://github.com/pfusik/xasm.git synced 2024-12-21 09:29:39 +00:00

INS: allow line repeating (suggested by Marek Pavlik), taking "opcode", skip/repeat branches.

This commit is contained in:
Piotr Fusik 2014-04-04 20:20:40 +02:00
parent 50bae061f7
commit 3a845f9a4f

1
xasm.d
View File

@ -2259,7 +2259,6 @@ void assemblyIcl() {
}
void assemblyIns() {
noRepeatSkipDirective();
string filename = readFilename();
int offset = 0;
int length = -1;