Added support for TMS9900+xas99 (TI-99/4A)

This commit is contained in:
nanochess 2018-04-18 12:04:51 -05:00
parent f6e0da6ba0
commit e410f6f1cd
3 changed files with 721 additions and 537 deletions

13
Makefile Normal file
View File

@ -0,0 +1,13 @@
# Ultra simple makefile for pretty6502
# by Oscar Toledo G.
# https://github.com/nanochess/pretty6502
#
build:
@cc pretty6502.c -o pretty6502
clean:
@rm pretty6502
love:
@echo "...not war"

3
README
View File

@ -1,4 +1,4 @@
Pretty6502 v0.4 by Oscar Toledo G. http://nanochess.org/
Pretty6502 v0.5 by Oscar Toledo G. http://nanochess.org/
Executables provided for Mac OS X and Windows.
@ -20,6 +20,7 @@ Arguments:
-p1 Processor 6502 + DASM syntax (default)
-p2 Processor Z80 + tniASM syntax
-p3 Processor CP1610 + as1600 syntax (Intellivision)
-p4 Processor TMS9900 + xas99 syntax (TI-99/4A)
-m8 Start of mnemonic column (default)
-o16 Start of operand column (default)

File diff suppressed because it is too large Load Diff