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

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [core/] [9x8/] [build/] [vivado-xc7/] [uc_led/] [uc_led.s] - Rev 6

Compare with Previous | Blame | View Log

; Copyright 2013, Sinclair R.F., Inc.
; Test bench for synthesis tools:  simple LED flasher
 
.main
 
  0x01
  :forever
 
    ; toggle the LED
    0x01 ^ O_LED outport
 
    ; pause for 256*256*3 or so clock cycles
    0xFF :outer 0xFF :inner .jumpc(inner,1-) drop .jumpc(outer,1-) drop
 
  .jump(forever)
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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