OpenCores
URL https://opencores.org/ocsvn/ae18/ae18/trunk

Subversion Repositories ae18

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 18 to Rev 19
    Reverse comparison

Rev 18 → Rev 19

/trunk/sw/asm/ae18_core.asm
1,5 → 1,5
;;;
;;; $Id: ae18_core.asm,v 1.3 2006-12-29 17:54:21 sybreon Exp $
;;; $Id: ae18_core.asm,v 1.4 2007-10-11 18:52:24 sybreon Exp $
;;;
;;; Copyright (C) 2006 Shawn Tan Ser Ngiap <shawn.tan@aeste.net>
;;;
22,10 → 22,9
;;; the AE18 core. It is by no means an exhaustive test. However, it does
;;; perform at least each PIC18 command at least once. This file has been
;;; compiled using GPASM and GPLINK.
;;;
;;; $Log: not supported by cvs2svn $
;;;
;;; 2006-12-27
;;; Passes ALL tests.
;;;
include "p18f452.inc"
 
77,7 → 76,7
rcall _FSR_TEST
rcall _SHA_TEST
rcall _TBL_TEST
rcall _PCL_TEST
;; rcall _PCL_TEST
 
;; All tests OK!!
319,12 → 318,12
 
cpfseq reg0
bra $
movlw 0x02
cpfslt reg0
bra $
movlw 0x00 ; WREG = 0x00
cpfsgt reg0
bra $
movlw 0x02
cpfslt reg0
bra $
 
movlw 0x00
movwf reg2

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.