1998-12-17 Markku Rossi * process.js (process_file): Added support for integer constants. (const_string): Fixed a typo from the backslash handing. 1998-10-28 Markku Rossi * process.js (process_file): Use the operand flags instead of using the hardcoded operand names. * extract-operands.js (main): Fixed to obey the flag comments of the operands.def file. 1998-10-14 Markku Rossi * main.js (main): Fixed to create the output file name from the input file names. * process.js (process_file): Initial support for string constants. * main.js: Implemented -g, -O, and -v options. 1998-10-13 Markku Rossi * extract-operands.js: Extract byte-code operand information from the `src/operands.def' file, and create the operands.js file. 1998-10-12 Markku Rossi * process.js: New file to handle the assembler file processing. 1998-06-25 Markku Rossi * Created the assembler project.