Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to produce a textfile trace of instructions executed #39

Merged
merged 3 commits into from
Dec 30, 2023

call flushing from the cpu cleanup

db62e23
Select commit
Loading
Failed to load commit list.
Merged

Add an option to produce a textfile trace of instructions executed #39

call flushing from the cpu cleanup
db62e23
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 30, 2023 in 0s

12.76% of diff hit (within 100.00% threshold of 27.40%)

View this Pull Request on Codecov

12.76% of diff hit (within 100.00% threshold of 27.40%)

Annotations

Check warning on line 169 in src/cpu/mos6502/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cpu/mos6502/mod.rs#L167-L169

Added lines #L167 - L169 were not covered by tests

Check warning on line 179 in src/cpu/mos6502/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cpu/mos6502/mod.rs#L176-L179

Added lines #L176 - L179 were not covered by tests

Check warning on line 213 in src/cpu/mos6502/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cpu/mos6502/mod.rs#L211-L213

Added lines #L211 - L213 were not covered by tests

Check warning on line 215 in src/cpu/mos6502/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cpu/mos6502/mod.rs#L215

Added line #L215 was not covered by tests

Check warning on line 217 in src/cpu/mos6502/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cpu/mos6502/mod.rs#L217

Added line #L217 was not covered by tests

Check warning on line 56 in src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main.rs#L56

Added line #L56 was not covered by tests

Check warning on line 63 in src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main.rs#L61-L63

Added lines #L61 - L63 were not covered by tests

Check warning on line 82 in src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main.rs#L82

Added line #L82 was not covered by tests

Check warning on line 115 in src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main.rs#L113-L115

Added lines #L113 - L115 were not covered by tests

Check warning on line 33 in src/systems/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/systems/mod.rs#L31-L33

Added lines #L31 - L33 were not covered by tests

Check warning on line 46 in src/systems/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/systems/mod.rs#L46

Added line #L46 was not covered by tests

Check warning on line 16 in src/trace/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trace/file.rs#L12-L16

Added lines #L12 - L16 were not covered by tests

Check warning on line 25 in src/trace/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trace/file.rs#L20-L25

Added lines #L20 - L25 were not covered by tests

Check warning on line 29 in src/trace/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trace/file.rs#L27-L29

Added lines #L27 - L29 were not covered by tests

Check warning on line 18 in src/trace/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trace/mod.rs#L16-L18

Added lines #L16 - L18 were not covered by tests