note removal of MPASM from MPLAB X

This commit is contained in:
lampmerchant 2022-12-01 09:54:29 -07:00 committed by GitHub
parent 3af5df9274
commit a1b43fa724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,11 @@ Certain Macs may have a limitation imposed by their ROM on the number of DCDs th
## Technical Details
### Building Firmware
Building the firmware requires Microchip MPASM, which is included with their development environment, MPLAB. Note that you **must** use MPLAB X version 5.35 or earlier or MPLAB 8 as later versions of MPLAB X have removed MPASM.
### MMC Card Format
The MMC card must have an MBR (Master Boot Record) aka DOS-type partition table with up to four primary partitions of type 0xAF (HFS). Extended partitions are not supported.