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

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [core/] [9x8/] [build/] [uc/] [uc_led.s] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sinclairrf
; Copyright 2013, Sinclair R.F., Inc.
2
; Test bench for synthesis tools:  simple LED flasher
3
 
4
.main
5
 
6
  0x01
7
  :forever
8
 
9
    ; toggle the LED
10
    0x01 ^ O_LED outport
11
 
12
    ; pause for 256*256*3 or so clock cycles
13
    0xFF :outer 0xFF :inner .jumpc(inner,1-) drop .jumpc(outer,1-) drop
14
 
15
  .jump(forever)

powered by: WebSVN 2.1.0

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