add -t sim6502 to cc65 and ca65 examples
This commit is contained in:
@@ -141,8 +141,8 @@ int main()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Build and run:
|
// Build and run:
|
||||||
// cc65 -o example.s example.c
|
// cc65 -t sim6502 -o example.s example.c
|
||||||
// ca65 -o example.o example.s
|
// ca65 -t sim6502 -o example.o example.s
|
||||||
// ld65 -t sim6502 -o example.prg example.o sim6502.lib
|
// ld65 -t sim6502 -o example.prg example.o sim6502.lib
|
||||||
// sim65 example.prg
|
// sim65 example.prg
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
@@ -173,7 +173,7 @@ _main:
|
|||||||
rts
|
rts
|
||||||
|
|
||||||
; Build and run:
|
; Build and run:
|
||||||
; ca65 -o example.o example.s
|
; ca65 -t sim6502 -o example.o example.s
|
||||||
; ld65 -t sim6502 -o example.prg example.o sim6502.lib
|
; ld65 -t sim6502 -o example.prg example.o sim6502.lib
|
||||||
; sim65 example.prg
|
; sim65 example.prg
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
|||||||
Reference in New Issue
Block a user