=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== cbios-0.28/doc/cbios.txt-199-ver 0.26 2014-11-02(CET) cbios-0.28/doc/cbios.txt:200: * Restored support to compile with tniASM (v1.0 Beta 17 or higher) cbios-0.28/doc/cbios.txt-201- * Moved to git, which means a.o.: archived changelog.txt, use git log ############################################## cbios-0.28/doc/changelog-old.txt-39-2007-11-19 Arnold Metselaar <arnold.metselaar@planet.nl> cbios-0.28/doc/changelog-old.txt:40: * video.asm (cls_text): move cursor (CSRY,CSRX) to top left corner. cbios-0.28/doc/changelog-old.txt:41: * chput.asm (chput_ctrl_ff,chput_esc_e,chput_esc_j): equate to cls; cbios-0.28/doc/changelog-old.txt-42- the updated cls ends with chput_ctrl_home now. ############################################## cbios-0.28/doc/changelog-old.txt-52-2006-09-09 Arnold Metselaar <arnold.metselaar@planet.nl> cbios-0.28/doc/changelog-old.txt:53: * src/main.asm, Makefile: Move version.asm from derived/src to derived/asm. cbios-0.28/doc/changelog-old.txt:54: * Makefile: Copy all source files to derived/asm if tniasm is used, because cbios-0.28/doc/changelog-old.txt:55: tniasm cannot handle paths in include and incbin. cbios-0.28/doc/changelog-old.txt-56- ############################################## cbios-0.28/doc/changelog-old.txt-106- - added support in Makefile cbios-0.28/doc/changelog-old.txt:107: - fixed C-BASIC code so tniASM accepts it cbios-0.28/doc/changelog-old.txt-108- * Added C-BASIC to Makefile and make.bat. ############################################## cbios-0.28/doc/changelog-old.txt-122-2005-10-09 BouKiCHi cbios-0.28/doc/changelog-old.txt:123: * Improved GRPPRT to call GRPPRT in sub.asm when screen mode is 5 or above. cbios-0.28/doc/changelog-old.txt-124- ############################################## cbios-0.28/doc/changelog-old.txt-151-2005-07-02 Albert Beevendorp cbios-0.28/doc/changelog-old.txt:152: * Swapped video.asm with slot.asm includes. cbios-0.28/doc/changelog-old.txt-153- fixes compile warnings with Pasmo and Sjasm ############################################## cbios-0.28/doc/changelog-old.txt-198-2005-06-16 Albert Beevendorp cbios-0.28/doc/changelog-old.txt:199: * seperated logo.asm from main.asm cbios-0.28/doc/changelog-old.txt-200- - added 3 logo compilation sources like main has cbios-0.28/doc/changelog-old.txt:201: - hardcoded BIOS entries in logo.asm as they're not cbios-0.28/doc/changelog-old.txt-202- accessible using names anymore ############################################## cbios-0.28/doc/changelog-old.txt-296- * Added V9938 version of the logo cbios-0.28/doc/changelog-old.txt:297: - moved some portions of the TMS99x8 logo from main.asm to logo.asm cbios-0.28/doc/changelog-old.txt:298: - made prn_text in main.asm multi-screenmode ready cbios-0.28/doc/changelog-old.txt-299- - fixed a bug in grpprt_sub in sub.asm ############################################## cbios-0.28/doc/changelog-old.txt-335-2005-02-15 BouKiCHi cbios-0.28/doc/changelog-old.txt:336: * Translate main.asm to English cbios-0.28/doc/changelog-old.txt-337- ############################################## cbios-0.28/doc/changelog-old.txt-346- * Call FILVRM instead of BIGFIL on MSX1 in CLRSPR. cbios-0.28/doc/changelog-old.txt:347: Fixes sprites of The Fantasm Soldier Valis on MSX1. cbios-0.28/doc/changelog-old.txt-348- * Wait until VDP command is done before returning from CLS. ############################################## cbios-0.28/doc/changelog-old.txt-365-2005-01-20 Albert Beevendorp cbios-0.28/doc/changelog-old.txt:366: * moved logo plot code from main.asm to logo.asm cbios-0.28/doc/changelog-old.txt-367- enables easy implementation of adjusted logo's for ############################################## cbios-0.28/doc/changelog-old.txt-524- * SNSMAT stores BC, it's only allowed to change AF cbios-0.28/doc/changelog-old.txt:525: * some missing entries in sub.asm + some stubs cbios-0.28/doc/changelog-old.txt-526- * fixed SUBROM ############################################## cbios-0.28/doc/changelog-old.txt-546-2004-12-29 Joost Yervante Damad <joost@lumatec.be> cbios-0.28/doc/changelog-old.txt:547: * add more hooks to hooks.asm and document them cbios-0.28/doc/changelog-old.txt-548- * add some commented hooks to some subroutines in main.asm ############################################## cbios-0.28/doc/changelog-old.txt-628-2004-12-21 Joost Yervante Damad <joost@lumatec.be> cbios-0.28/doc/changelog-old.txt:629: * order systemvars in systemvars.asm by address cbios-0.28/doc/changelog-old.txt-630- ############################################## cbios-0.28/doc/changelog-old.txt-718- * Put C-BIOS code into CVS, with the following changes compared to 0.17: cbios-0.28/doc/changelog-old.txt:719: - Changed assembly syntax such that MSX-style assemblers like SjASM and cbios-0.28/doc/changelog-old.txt:720: tniASM accept it. cbios-0.28/doc/changelog-old.txt-721- - Assemble main ROM file from main source, instead of in two halves. ############################################## cbios-0.28/build.bat-8-:tniasm cbios-0.28/build.bat:9:tniasm ..\tools\tniasm-compat %1.asm ..\derived\bin\cbios_%1.rom ..\derived\lst\cbios_%1.sym 1> NUL cbios-0.28/build.bat-10-if errorlevel 1 goto error ############################################## cbios-0.28/build.bat-12-:pasmo cbios-0.28/build.bat:13:pasmo -d %1.asm ..\derived\bin\cbios_%1.rom > ..\derived\lst\cbios_%1.sym cbios-0.28/build.bat-14-if errorlevel 1 goto error ############################################## cbios-0.28/make.bat-6-rem -- TODO: get the SVN version of Changelog into version.asm cbios-0.28/make.bat:7:mkdir derived\asm 2> NUL cbios-0.28/make.bat:8:del derived\asm\version.asm 2> NUL cbios-0.28/make.bat-9-echo db "C-BIOS "> derived\asm\version.asm ############################################## cbios-0.28/src/main.asm-1708- ld a,l cbios-0.28/src/main.asm:1709: ; Currently, tniASM doesn't support "&" and SjASM doesn't cbios-0.28/src/main.asm-1710- ; support "AND", so we have to hardcode the result. ############################################## cbios-0.28/src/basic_tables.asm:1:; C-BASIC(minibas) gen_code.asm (a table for parsing) cbios-0.28/src/basic_tables.asm-2-; ############################################## cbios-0.28/src/hardware.asm-75-; Constants used to define which hardware the BIOS will run on. cbios-0.28/src/hardware.asm:76:; Used by the main_<model>.asm sources. cbios-0.28/src/hardware.asm-77- ############################################## cbios-0.28/Makefile-27-ifeq ($(Z80_ASSEMBLER),sjasm) cbios-0.28/Makefile:28:# Workaround for SjASM producing output file even if assembly failed. cbios-0.28/Makefile-29-.DELETE_ON_ERROR: $(ROMS_FULLPATH) ############################################## cbios-0.28/Makefile-53-ifeq ($(Z80_ASSEMBLER),sjasm) cbios-0.28/Makefile:54: @sjasm -iderived/asm -l $(<:vdep/%=src/%) $@ $(@:derived/bin/%.rom=derived/lst/%.lst) cbios-0.28/Makefile-55-endif cbios-0.28/Makefile-56-ifeq ($(Z80_ASSEMBLER),pasmo) cbios-0.28/Makefile:57: @$(PASMO) -I src -I derived/asm $(<:vdep/%=src/%) \ cbios-0.28/Makefile-58- $@ $(@:derived/bin/%.rom=derived/lst/%.lst) ############################################## cbios-0.28/Makefile-60-ifeq ($(Z80_ASSEMBLER),tniasm) cbios-0.28/Makefile:61: @cd src && tniasm ../tools/tniasm-compat $(<:vdep/%=%) ../$@ $(@:derived/bin/%.rom=derived/lst/%.sym) cbios-0.28/Makefile-62-endif ############################################## cbios-0.28/Makefile-64- @mkdir -p derived/obj cbios-0.28/Makefile:65: @z80-as -I derived/asm -I src $(<:vdep/%=$(ASMDIR)/%) -Wall \ cbios-0.28/Makefile-66- -o $(@:derived/bin/%.rom=derived/obj/%.o) \ ############################################## cbios-0.28/Makefile-145-list_stub: cbios-0.28/Makefile:146: cd src && grep -n _text *.asm | grep ',0$$' | awk '{print $$1}' | sed -e 's/_text://'