X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=forth.jl.git;a=blobdiff_plain;f=src%2Fforth.jl;h=d6a3ff932508d38a5f1344d0000399b270a74bea;hp=3526960f1425e797a2a95b89b0b2a5b4f6036486;hb=4eaa3dc4bf437227e52d366dc019c743091eeb92;hpb=3e8e7d92da6a3231816f97d30c2222a4ff19ddda diff --git a/src/forth.jl b/src/forth.jl index 3526960..d6a3ff9 100644 --- a/src/forth.jl +++ b/src/forth.jl @@ -1237,14 +1237,14 @@ QUIT_CFA = defWord("QUIT", INCLUDED_CFA = defWord("INCLUDED", [LIT_CFA, 0, STATE_CFA, STORE_CFA, # Set mode to interpret - SOURCE_ID_CFA, FETCH_CFA, TOR_CFA, # Store current source on return stack FAM_RO_CFA, OPEN_FILE_CFA, DROP_CFA, # Open the file + SOURCE_ID_CFA, FETCH_CFA, SWAP_CFA, # Store current source on stack DUP_CFA, SOURCE_ID_CFA, STORE_CFA, # Mark this as the current source DUP_CFA, QUERY_FILE_CFA, # Read line from file INTERPRET_CFA, # Interpret line ZBRANCH_CFA, -4, # Loop if not EOF CLOSE_FILE_CFA, DROP_CFA, # Close file - FROMR_CFA, SOURCE_ID_CFA, STORE_CFA, # Restore input source + SOURCE_ID_CFA, STORE_CFA, # Restore input source EXIT_CFA]) INCLUDE_CFA = defWord("INCLUDE", [LIT_CFA, 32, WORD_CFA,