mirror of
https://github.com/nanochess/pretty6502.git
synced 2025-02-10 19:31:44 +00:00
Added support for TMS9900+xas99 (TI-99/4A)
This commit is contained in:
parent
f6e0da6ba0
commit
e410f6f1cd
13
Makefile
Normal file
13
Makefile
Normal 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
3
README
@ -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.
|
Executables provided for Mac OS X and Windows.
|
||||||
|
|
||||||
@ -20,6 +20,7 @@ Arguments:
|
|||||||
-p1 Processor 6502 + DASM syntax (default)
|
-p1 Processor 6502 + DASM syntax (default)
|
||||||
-p2 Processor Z80 + tniASM syntax
|
-p2 Processor Z80 + tniASM syntax
|
||||||
-p3 Processor CP1610 + as1600 syntax (Intellivision)
|
-p3 Processor CP1610 + as1600 syntax (Intellivision)
|
||||||
|
-p4 Processor TMS9900 + xas99 syntax (TI-99/4A)
|
||||||
|
|
||||||
-m8 Start of mnemonic column (default)
|
-m8 Start of mnemonic column (default)
|
||||||
-o16 Start of operand column (default)
|
-o16 Start of operand column (default)
|
||||||
|
1242
pretty6502.c
1242
pretty6502.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user