Closed splasky closed 6 years ago
https://github.com/jserv/amacc/blob/1c320c6eaedb5c7a4f60d6c72b03de910e960f62/amacc.c#L1746 Why we need to store these keywords? And where are these keywords stored? Inside sym?
Initially, p was pointed to the vector of given keyword, and then current location of source file seeks accordingly.
p
https://github.com/jserv/amacc/blob/1c320c6eaedb5c7a4f60d6c72b03de910e960f62/amacc.c#L1746 Why we need to store these keywords? And where are these keywords stored? Inside sym?