Skip to content

Commit

Permalink
Fixed minor spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
tonypdmtr committed Jan 27, 2022
1 parent ef81328 commit 212e52e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pemicro/makefile
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:
Expand Down
5 changes: 3 additions & 2 deletions pemicro/pa32.asm
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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pemicro/qe128.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 212e52e

Please sign in to comment.