Properly load flag and symbol files
This commit is contained in:
parent
7446bcab45
commit
72e21d6ff2
4 changed files with 85 additions and 45 deletions
|
|
@ -33,7 +33,7 @@ main = doRun_ $ do
|
|||
settings <- lift $ execParser opts
|
||||
|
||||
lift $ putStrLn $ "Loading assembly file at " ++ infile settings
|
||||
(state, _, _) <- loadFile readAssembly (infile settings)
|
||||
(state, _, _) <- loadFile' readAssembly (infile settings)
|
||||
lift $ putStrLn "Parsing successful"
|
||||
|
||||
lift $ putStrLn $ "Writing result to " ++ outfile settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue