More 8080 improvements, including some initial "Fake CP/M" support

This commit is contained in:
Jeff Parsons 2016-04-27 08:28:52 -07:00
commit 5b6f6756a2
25 changed files with 1051 additions and 842 deletions

View file

@ -12,7 +12,7 @@ indent_style = space
indent_size = 8
trim_trailing_whitespace = true
[*.{ASM,INC,asm,inc,nasm,lst}]
[*.{ASM,INC,MAC,NASM,LST,asm,inc,mac,nasm,lst}]
indent_style = tab
indent_size = 8
trim_trailing_whitespace = true