summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2001-01-070.2 release0.2jaortega
2001-01-04update for version 0.2jaortega
2001-01-04update for version 0.2jaortega
2001-01-03(trace_) cosmetic changejaortega
2001-01-03(mix_vm_exec_next) halted status correctly reportedjaortega
2001-01-03(mix_vmrun) added timing statitics printingjaortega
2000-12-30corrected handling of successive * in expressionsjaortega
2000-12-30corrected handling of successive * in expressionsjaortega
2000-12-30corrected handling of successive * in expressionsjaortega
2000-12-23new functionalities describedjaortega
2000-12-23(trace_time_) new function tracing execution timesjaortega
(cmd_run_, cmd_next_) use of trace_time_ for printing execution times
2000-12-23(mix_vm_delete) destroy clockjaortega
2000-12-23(mix_vm_clock_new) proper initialisationjaortega
2000-12-23(mix_vm_get_uptime) new methodjaortega
(mix_vm_run, mix_vm_exec_next) update the vm clock after execution of instructions
2000-12-23(get_clock_, update_time_) new macros for accessing new member clockjaortega
2000-12-23mix_vm_clock_t and mix_time_t types definitionjaortega
2000-12-22comment removedjaortega
2000-12-20(cmd_run_, cmd_next_) correct use of mix_vm_reset_program to restart ajaortega
halted program.
2000-12-20(mix_vm_reset_program) new functionjaortega
(mix_vm_run, mix_vm_next) removed automatic reset of location pointer when program halted
2000-12-20(mix_ins_to_string_in_buffer) new functionjaortega
2000-12-19added tracing instructions functionalityjaortega
2000-12-17(mix_vm_t) new member address_table to speedup lookup of which linejaortega
number corresponds to a given address.
2000-12-17(mix_vm_get_break_lineno) use of the new mix_vm.address_table member.jaortega
2000-12-17bugs correctedjaortega
2000-12-17added mix_src_file.{h,c}jaortega
2000-12-17new filejaortega
2000-12-09(cmd_w2d_) new functionjaortega
2000-12-08(cmd_ssym_) new functionjaortega
2000-12-08(mix_eval_symbol_table) new functionjaortega
2000-12-08(mix_eval_{set,remove}symbols_from_table, mix_eval_substract_table) new ↵jaortega
functions (mix_symbol_table_{merge,substract}_table) const-correct
2000-12-07(mix_symbol_table_{merge,substract}_table) new functionsjaortega
2000-12-03(mix_eval_use_table) new functionjaortega
2000-12-03(cmd_weval_) added weval commandjaortega
(cmd_psym_) corrected bug preventing symbol table printing
2000-12-03(mix_eval_use_table) new functionjaortega
2000-12-03(main) report error position in verbose modejaortega
2000-12-03(mix_eval_expr) now keeps track of error positionjaortega
2000-12-02news for 0,2jaortega
2000-12-02updated new for version 0.1.10.1.1jaortega
2000-12-02minor changesjaortega
2000-12-02added mix_eval_t, a w-expression evaluatorjaortega
2000-12-01removed checks for null pointer after g_new ()jaortega
2000-11-27more newsjaortega
2000-11-25MIX/MIXAL tutorial extensionjaortega
2000-11-23(mix_device_write) file buffer flushed after writingjaortega
2000-11-19release 0.1.1 announcementjaortega
2000-11-19using skip local symbols mode when printing symbol tablejaortega
2000-11-19(mix_symbol_table_print) local symbols (e.g. 3B) are skippedjaortega
2000-11-18(mix_vm_run) the virtual machine halts if the program counter overflowsjaortega
2000-11-18minor changesjaortega
2000-11-18missing check for ncurses added to configure.injaortega