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

Subversion Repositories copyblaze

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /copyblaze/trunk/copyblaze/sw
    from Rev 5 to Rev 9
    Reverse comparison

Rev 5 → Rev 9

/code/pBlaze/wishbone/wishbone.asm
8,6 → 8,8
total_high .EQU s1
value .EQU s8
;
 
; ==========================================================
start:
LOAD value, 0x1F ; find sum of all values to 1F
LOAD total_low, 0x00 ; clear 16-bit total
14,7 → 16,12
LOAD total_high, 0x00
CALL sum_to_value ; calculate sum of all numbers up to value
 
OUTPUT total_low, counter_port ; result : Value.LOW
OUTPUT total_high, waveform_port ; result : Value.HIGH
; ==========================================================
 
; Test Wishbone Instructions
LOAD value, 0x00 ; clear the register
LOAD value, 0x01 ;
LOAD value, 0x02 ;

powered by: WebSVN 2.1.0

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