Changeset 86 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm


Ignore:
Timestamp:
Jan 25, 2011, 9:13:56 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Size optimizations in various files in the XTIDE BIOS.
Also added a new include file for generic macros (macros.inc).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Main.asm

    r61 r86  
    1 ; File name     :   Main.asm
    21; Project name  :   XTIDE Universal BIOS
    3 ; Created date  :   28.7.2007
    4 ; Last update   :   28.11.2010
    5 ; Author        :   Tomi Tilli
     2; Authors       :   Tomi Tilli
     3;               :   aitotat@gmail.com
     4;               :
     5;               :   Krister Nordvall
     6;               :   krille_n_@hotmail.com
     7;               :
    68; Description   :   Main file for BIOS. This is the only file that needs
    79;                   to be compiled since other files are included to this
    810;                   file (so no linker needed, Nasm does it all).
    9 ;
    10 ;                   Tomi Tilli
    11 ;                   aitotat@gmail.com
    1211
    1312ORG 000h                        ; Code start offset 0000h
     
    1514; Included .inc files
    1615%include "emulate.inc"          ; Must be included first!
     16%include "macros.inc"           ; For generic macros
    1717%include "BiosData.inc"         ; For BIOS Data area equates
    1818%include "Interrupts.inc"       ; For interrupt equates
Note: See TracChangeset for help on using the changeset viewer.