Changeset 605 in xtideuniversalbios for trunk/Assembly_Library/Inc/Emulate.inc
- Timestamp:
- May 8, 2021, 6:55:56 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Emulate.inc
r596 r605 60 60 %endif 61 61 %else ; XT 62 JUMP_ALIGN EQU 1 63 WORD_ALIGN EQU 162 JUMP_ALIGN EQU 1 ; 2 is optimal for 8086 and NEC V30 CPUs but it's not worth the ROM space for most XT machines with 8088 or NEC V20 CPUs. 63 WORD_ALIGN EQU 2 ; The same applies here but the cost of ROM space is negligible. 64 64 %endif 65 65
Note:
See TracChangeset
for help on using the changeset viewer.