Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Windows GUI lab for editing, building, and executing 16-bit x86 modules on WHP (
## Useful Settings

- `View -> Settings...`
- `fasm2 command line template`
- `fasm2 command line template` (default: `%SCRIPT% -e 5 %SOURCE% %OUTPUT%`)
- log/highlight colors
- LFB clear color
- `Present min ms` throttle (`0` = off, `16` = ~60 Hz pacing)
4 changes: 2 additions & 2 deletions user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Open `View -> Settings...`
Useful fields:

- `fasm2 command line template`:
- Default: `%SCRIPT% %SOURCE% %OUTPUT%`
- Default: `%SCRIPT% -e 5 %SOURCE% %OUTPUT%`
- Keep tokens unless you know your toolchain changes.
- Log colors and code highlight colors.
- `LFB clear` color.
Expand Down Expand Up @@ -162,7 +162,7 @@ Focused tests:
### Build fails: `fasm2.cmd` not found

- Check `View -> Settings...` command template.
- Default should be `%SCRIPT% %SOURCE% %OUTPUT%`.
- Default should be `%SCRIPT% -e 5 %SOURCE% %OUTPUT%`.
- Ensure `fasm2.cmd` exists in repo root.

### Build succeeds but run fails early
Expand Down