source: xtideuniversalbios/trunk/Assembly_Library

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @323   12 years aitotat Changes to Assembly Library: * Added Display Library function for …
(edit) @322   12 years krille_n_ Changes to XTIDE Universal BIOS: * Commented out the FS and GS …
(edit) @293   12 years krille_n_ Commit 1/2 (Library, Configurators and Serial Server): * Changed …
(edit) @292   12 years gregli Small optimization, moved around some serial code to avoid a few jumps …
(edit) @289   12 years aitotat Changes to Assembly Library: * Menu Library now properly restores …
(edit) @287   12 years aitotat Changes to Assembly Library: * Hopefully fixed a problem of wrong …
(edit) @280   12 years gregli Updated configurator with serial code move to assembly library. …
(edit) @277   12 years gregli Moved the bulk of the serial code to the assembly library, for …
(edit) @258   12 years gregli Added floppy drive emulation over the serial connection …
(edit) @256   12 years aitotat Changes to Assembly Library: * Added Precise Event Timer functions.
(edit) @251   12 years krille_n_ Changes: * Simplified the bug fix I did in r242. * Fixed a couple of …
(edit) @247   12 years aitotat Changes to Assembly Library: * Delay functions are no longer required …
(edit) @245   12 years aitotat Changes to Assembly Library: * Added functions to reboot computer. * …
(edit) @241   12 years gregli Space optimizations in the Boot Menu and BootInfo routines, taking …
(edit) @223   12 years krille_n_ Changes: * Fixed what appears to be a mistake in EBIOS.inc * Added a …
(edit) @222   12 years aitotat Changes to Assembly Library: * Excluded pointer normalization …
(edit) @207   12 years gregli Added buffer pointer denormalization check within the serial port code …
(edit) @205   12 years aitotat Changes to Assembly Library: * Menu Exit event can now be send when …
(edit) @202   12 years krille_n_ Changes: * Library/BIOS: Minor optimizations to …
(edit) @201   12 years gregli Fixed up conditional compilation so that we can continue to build …
(edit) @198   12 years gregli Fixing a bug in the configurator with user entry of word values into …
(edit) @195   12 years gregli Tiny optimization, switced to using a register that does not need to …
(edit) @194   12 years gregli ifdef'd out more unused code. Also added a tool for looking through …
(edit) @189   12 years gregli Additional space optimizations, including making IdleProcessing an …
(edit) @186   12 years gregli Initial string compression checkin. All changes are under …
(edit) @184   12 years gregli Space optimization, added a new format character 'I' which is the same …
(edit) @183   12 years gregli Space optimization, added option to inline offsets for MENUEVENT …
(edit) @182   12 years gregli General code size optimizations, preparing for string compression, …
(edit) @181   12 years krille_n_ Changes to all parts of the project: * Size optimizations. * Added …
(edit) @178   12 years krille_n_ * Removed an %ifdef in RomVars.inc that prevented XTIDECFG from …
(edit) @177   12 years gregli Optimiztion, replaced the jump tables for MENU_LIB and DISPLAY_LIB …
(edit) @174   13 years krille_n_ Changes to XTIDE Universal BIOS: * Excluded the Math_DivDXAXbyCX …
(edit) @172   13 years aitotat Changes to Assembly Library: * Added 32/16bit and 64/16bit division …
(edit) @170   13 years krille_n_ Changes to all parts of the project: * Minor size optimizations * …
(edit) @168   13 years aitotat Changes to Assembly Library: * Added eCSETZ macro.
(edit) @162   13 years krille_n_ Changes to all parts of the project: * Size optimizations, mostly by …
(edit) @154   13 years aitotat Changes to Assembly Library: * Small updates to INTPACK macros.
(edit) @151   13 years aitotat Changes to Assembly Library: * Added more functions to BiosFunctions.inc.
(edit) @149   13 years aitotat Changes to Assembly Library: * Added pointer normalization functions
(edit) @147   13 years aitotat Changes to Assembly Library: * Added more BIOS function equates.
(edit) @146   13 years aitotat Changes to Assembly Library: * Added INTPACK macros.
(edit) @145   13 years krille_n_ Minor size optimizations to all parts of the project (even the old …
(edit) @142   13 years aitotat Changes to Assembly Library: * …
(edit) @141   13 years aitotat Changes to Assembly Library: * Some inlining in Size.asm. * File …
(edit) @139   13 years aitotat Changes to Assembly Library: * Delay functions are now excluded from …
(edit) @134   13 years aitotat Changes to Assembly Library: * Excluded some format specifiers and …
(edit) @133   13 years krille_n_ Size optimizations in various files in the Assembly Library. Also a …
(edit) @131   13 years aitotat Changes to Assembly Library: * Some functions are now excluded from …
(edit) @129   13 years aitotat Changes to Assembly Library: * …
(edit) @125   13 years aitotat Changes to Assembly Library: * Cursor coordinates no longer change …
(edit) @119   13 years aitotat Changes to Assembly Library: * Moved LOAD_BDA_SEGMENT_TO to Macros.inc.
(edit) @116   13 years krille_n_ Changes to all parts of the project: * Removed a redundant macro …
(edit) @115   13 years aitotat Changes to Assembly Library: * Current cursor coordinates won't no …
(edit) @113   13 years aitotat Changes to Assembly Library: * ePUSHA now pushes SP.
(edit) @111   13 years krille_n_ Fixed a bug in Emulate.inc
(edit) @110   13 years aitotat Changes to Assembly Library: * Moved eENTER_STRUCT and eLEAVE_STRUCT …
(edit) @106   13 years aitotat Changes to Assembly Library: * Some utility functions are now …
(edit) @105   13 years aitotat Changes to Assembly Library: * More optimizations to reduce size. …
(edit) @104   13 years aitotat Changes to Assembly Library: * Some more optimizations. * Moved …
(edit) @103   13 years krille_n_ Optimizations to Assembly Library.
(edit) @101   13 years aitotat Changes to Assembly Library: * Some minor size optimizations to …
(edit) @94   13 years aitotat Changes to Assembly Library: * Added eCMOVNZ and eCMOVNE macros.
(edit) @91   13 years aitotat Changes to Assembly Library: * Added some equates for code page 437 …
(edit) @85   13 years aitotat Changes to Assembly Library: * Some minor adjustments
(edit) @79   13 years aitotat Changes to Assembly Library: * Makefile now uses Nasm (instead of …
(edit) @73   13 years aitotat Changes to Assembly Library: * Fixed library dependencies. * …
(edit) @69   13 years aitotat Changes to Assembly Library: * Progress Bar now displays properly.
(edit) @67   13 years aitotat Changes to Assembly Library: * Forgot to update SI on new File Read …
(edit) @66   13 years aitotat Changes to Assembly Library: * Added File Library functions for …
(edit) @64   13 years aitotat Changes to Assembly Library: * Progress dialog now prevents max …
(edit) @62   13 years aitotat Changes to Assembly Library: * Small improvements to timeout counter …
(edit) @60   13 years aitotat Changes to Assembly Library: * Timeout count down is now stopped …
(edit) @58   13 years aitotat Changes to Assembly Library: * Exiting menu with ESC can now be canceled.
(edit) @55   13 years aitotat Changes to Assembly Library: * Character output to buffer now checks …
(edit) @54   13 years aitotat Changes to Assembly Library: Drive selection moved to own dialog from …
(edit) @53   13 years aitotat Changes to Assembly Library: File Dialog is now compatible with new …
(edit) @52   13 years aitotat Changes to Assembly Library: Completely rewritten line splitting …
(edit) @51   13 years aitotat Changes to Assembly Library: File handle is now properly returned when …
(edit) @50   13 years aitotat Changes to Assembly Library: Removed Memory_ExchangeSSBPwithESDI since …
(edit) @49   13 years aitotat Changes to Assembly Library: Small changes to function names in …
(edit) @48   13 years aitotat Changes to Assembly Library: Added functions to clear Menu Title and …
(edit) @47   13 years aitotat Assembly Library: CGA snow prevention now works when copying strings …
(edit) @46   13 years aitotat Changes to Assembly Library: Sorting now works (pivot item is copied …
(edit) @45   14 years aitotat Changes to assembly library: Changed …
(edit) @44   14 years aitotat Spaces can now be generated before format specifier when printing …
(edit) @42   14 years aitotat Display Library no more produces CGA snow.
(edit) @41   14 years aitotat Initial commit for Assembly Library.
(add) @40   14 years aitotat
Note: See TracRevisionLog for help on using the revision log.