ignore indentation in imported assembly (#2511)

* ignore indentation in imported assembly

* oop

* Update LAssembler.java
This commit is contained in:
DeltaNedas 2020-09-07 15:13:28 +00:00 committed by GitHub
parent 15bb01fd22
commit 29b31daba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,8 @@ public class LAssembler{
if(index++ > max) break;
line = line.replace("\t", "").trim();
try{
String[] arr;