-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
################################################################################ | ||
# Borland compatible makefile for P&E Micro algorithms <[email protected]> | ||
# Borland compatible makefile for P&E Micro algorithms <[email protected]> | ||
################################################################################ | ||
|
||
HELP: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
;******************************************************************************* | ||
; Original verified disassembly of PA32/PT32 v1.03 algorithm dated | ||
; Based on the original verified disassembly of PA32/PT32 v1.03 algorithm dated | ||
; 01/24/2014 [2014-01-24] by P&E Microcomputer Systems | ||
;******************************************************************************* | ||
#NoMMU | ||
|
@@ -20,8 +20,9 @@ MODULE_LENGTH equ $CF00 | |
|
||
;******************************************************************************* | ||
#s19write ;version 1.03, 01/24/2014, Copyright P&E Microcomputer Systems, www.pemicro.com [9s08pt32] | ||
#s19write ;Modified by Tony G. Papadimitriou <[email protected]> on 2022-01-26 [-? bytes] | ||
#s19write ;Assembled with ASM8 v{:version(2)} on {:year}-{:month(z)}-{:date(z)} | ||
#s19write ;Device Motorola/Freescale/NPX, 9S08PA32, All | ||
#s19write ;Device Motorola/Freescale/NXP, 9S08PA32, All | ||
#s19write ;begin_cs | ||
#s19write REQUIRES_PROG_VERSION={PROG_VERSION(2)}/ | ||
#s19write DEVICE_IS_PT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ MODULE_LENGTH equ 7<16+:PAGE_END+1-TRUE_ROM | |
#s19write ;version 1.05, 12/10/2009, Copyright P&E Microcomputer Systems, www.pemicro.com [9s08qe128] | ||
#s19write ;Modified by Tony G. Papadimitriou <[email protected]> on 2021-02-22 [-50 bytes] | ||
#s19write ;Assembled with ASM8 v{:version(2)} on {:year}-{:month(z)}-{:date(z)} | ||
#s19write ;Device Motorola/Freescale/NPX, 9S08QE128, All | ||
#s19write ;Device Motorola/Freescale/NXP, 9S08QE128, All | ||
#s19write ;begin_cs | ||
#s19write REQUIRES_PROG_VERSION={PROG_VERSION(2)}/ | ||
#s19write WRITE_BYTE=02/{SOPT(L)}/ ;Clear COP Watchdog | ||
|