]> cloudbase.mooo.com Git - ddt180.git/shortlog
ddt180.git
2020-02-16 Leo CSome comments master
2020-02-07 Leo CReorg
2020-02-06 Leo CRenaming/minor opt (from tiny)
2019-04-04 Leo CSome cosmetic changes and minor optimizations
2018-12-01 Leo CRenaming
2018-11-29 Leo CRenaming
2018-11-29 Leo Cbp_get_condition: eliminate expr_p2
2018-11-29 Leo CImproved div_hl_de
2018-11-27 Leo CBugfix PB loop controll (bpl_next)
2018-11-26 Leo CBugfix disassembler: print 'LD ww,(nnnn)', not 'LD...
2018-11-26 Leo CRewrite p_flags; refactor out_rparen,p_A_comma,p_arg_a_...
2016-09-01 Leo Cout.bin.b: opt
2016-09-01 Leo CCommand XF, out_dgt: size opts
2016-09-01 Leo CCommand XF: bugfix
2016-08-26 Leo CAdd some comments v0.4
2016-08-22 Leo CMerge branch 'master' of cu.loc:git/ddt180
2016-08-22 Leo CBugfix test_alphanum/test_numeral, command Q
2016-08-22 Leo CBugfix test_alphanum/test_numeral
2016-08-22 Leo CIncrease stack size to 80 bytes
2016-08-21 Leo CCommand F: Convert filenames to upper case.
2016-08-21 Leo CSupport 'qualified symbols' of the form s1:s2:...:sn.
2016-08-20 Leo CSave some bytes in breakpoint handling routines
2016-08-20 Leo COptionally convert Symbols to upper or lower case when...
2016-08-20 Leo CCase in/sensitivity option for symbol lookup
2016-08-19 Leo CDon't convert whole command line buffer to uppercase...
2016-08-18 Leo CChange symbol formatting v0.3
2016-08-18 Leo CCommand A,L: Reorg (HL instead of IY). Save/restore...
2016-08-17 Leo CPrint symbols for instruction args in disassembly
2016-08-16 Leo CDon't save values in alternate registers over BDOS...
2016-08-15 Leo CCorrect symbol evaluation
2016-08-15 Leo Cread_symfile: Check symbols for valid characters.
2016-08-15 Leo CCleanup
2016-08-14 Leo CAdd version string v0.2
2016-08-14 Leo CCommand R: add offset to symbol values.
2016-08-13 Leo Coutchar --> pstr_inl
2016-08-12 Leo CReorg
2016-08-12 Leo CFormatting
2016-08-12 Leo CCommands B,Y: Print symbols. Command HS: Tabulate symbols
2016-08-12 Leo CAllow symbols in expressions. Print symbol in H command.
2016-08-11 Leo CReorg
2016-08-11 Leo CCommand H: change ASCII format 'C'-'@' to '^C'
2016-08-11 Leo CCommand HS (H extension): print symbol table. Commands...
2016-08-10 Leo CEdit, rename, refactor
2016-08-10 Leo CRemove object code comments
2016-08-10 Leo CAdd prstr_inl, print string inline
2016-08-10 Leo CAdd symfile read function.
2016-08-09 Leo CMove most data sections to program end.
2016-08-05 Leo CCPU test. Move relocator to expr buffer.
2016-08-04 Leo CRename ddtz to ddt180 v0.1
2016-08-04 Leo CEdit, opt '(' and ')' output
2016-08-03 Leo CEdit, remove 'jr $+0', rmove 2x 'jp (hl)'
2016-08-03 Leo CAdd Z180 instructions
2016-08-02 Leo CBugfix: remove invalid opcode from disassembler (L...
2016-08-02 Leo CAdd submit files to build ddtz with CP/M 2 and CP/M 3.
2016-08-02 Leo CAdd Makefile, .gitignore
2016-08-02 Leo CChange relocation loader
2016-08-02 Leo CInitial commit