mirror of
https://github.com/cc65/cc65.git
synced 2025-04-13 06:37:20 +00:00
add -t sim6502 to cc65 and ca65 examples
This commit is contained in:
parent
89b709c7f8
commit
fa1a426c29
@ -141,8 +141,8 @@ int main()
|
||||
}
|
||||
|
||||
// Build and run:
|
||||
// cc65 -o example.s example.c
|
||||
// ca65 -o example.o example.s
|
||||
// cc65 -t sim6502 -o example.s example.c
|
||||
// ca65 -t sim6502 -o example.o example.s
|
||||
// ld65 -t sim6502 -o example.prg example.o sim6502.lib
|
||||
// sim65 example.prg
|
||||
</verb></tscreen>
|
||||
@ -173,7 +173,7 @@ _main:
|
||||
rts
|
||||
|
||||
; 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
|
||||
; sim65 example.prg
|
||||
</verb></tscreen>
|
||||
|
Loading…
x
Reference in New Issue
Block a user