mirror of
https://github.com/mre/mos6502.git
synced 2024-11-28 22:51:26 +00:00
Compile functional test from sources
This commit is contained in:
parent
a7765431cd
commit
fa6e4f49f1
Binary file not shown.
6125
examples/asm/functional_test/6502_functional_test.ca65
Normal file
6125
examples/asm/functional_test/6502_functional_test.ca65
Normal file
File diff suppressed because it is too large
Load Diff
3
examples/asm/functional_test/Makefile
Normal file
3
examples/asm/functional_test/Makefile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
build:
|
||||||
|
ca65 6502_functional_test.ca65
|
||||||
|
ld65 -C ../linker.cfg -o 6502_functional_test.bin 6502_functional_test.o
|
@ -17,6 +17,14 @@ make build
|
|||||||
This will create a `6502_functional_test.bin` file in the `build` directory,
|
This will create a `6502_functional_test.bin` file in the `build` directory,
|
||||||
which the emulator will load.
|
which the emulator will load.
|
||||||
|
|
||||||
|
## Running
|
||||||
|
|
||||||
|
Then, from the root of the repository, run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cargo run --release --example functional
|
||||||
|
```
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
Taken from
|
Taken from
|
||||||
|
Loading…
Reference in New Issue
Block a user