Skip to content

Commit 61d51fb

Browse files
authored
Update README.md
1 parent c6d8db3 commit 61d51fb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,20 @@ RTC_8088 on PC/XT:
3737

3838
![RTC_8088 XT](https://raw.githubusercontent.com/640-KB/GLaTICK/main/images/glatick_at_pc_mda_1.png)
3939

40-
### Building:
40+
### Build:
4141

42-
Use MASM 5.0, do `MAKE GLATICK.MAK`. The included `OPT2ROM.COM` will convert the produced EXE file to a 2 KiB ROM file.
42+
Using MASM 5: `MAKE GLATICK.MAK`.
43+
44+
Using MASM 6: `NMAKE GLATICK.NMK`.
45+
46+
The included `OPT2ROM.COM` will convert the produced EXE file to a 2 KiB ROM file.
4347

4448
### Roadmap:
4549

4650
- Support for additional RTCs including:
4751
- MSM-58321
48-
- MSM-6242
4952
- DS1216 / DS1315 "Smart Watch"
5053
- `INT 1Ah` ALARM (`6h` and `7h`) (where supported)
51-
- `INT 15h` WAIT (`86h` and `83h`)
5254

5355
### Credits:
5456

0 commit comments

Comments
 (0)