flxbe / asm-space-invaders

A small, bootable game written in x86 Assembly inspired by Space Invaders
MIT License
214 stars 13 forks source link

Use macros instead of raw constants to improve readability #12

Closed flxbe closed 5 years ago

flxbe commented 5 years ago

The code uses raw integer constants at many locations. Those should be replaced by #define macros with appropriate names to improve readability.