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

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [core/] [9x8/] [tb/] [core/] [core.s] - Diff between revs 2 and 7

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 2 Rev 7
Line 69... Line 69...
  6 7 .storevector(fred,2) fred .fetch+(ram) .fetch(ram) drop drop
  6 7 .storevector(fred,2) fred .fetch+(ram) .fetch(ram) drop drop
 
 
  ; Test "call" and "callc" opcodes.
  ; Test "call" and "callc" opcodes.
  .call(test_callc,3) drop
  .call(test_callc,3) drop
 
 
 
  ; Test the carry bit operations
 
  0xBF 0x41 +c - +c - +c drop drop drop
 
  0x00 0x02 -c - -c - -c drop drop drop
 
 
  ; Hang in an infinite loop.
  ; Hang in an infinite loop.
  :infinite .jump(infinite)
  :infinite .jump(infinite)
 
 
; Function to test "callc" opcode
; Function to test "callc" opcode
; ( u - \sum_n=1^u{n} )
; ( u - \sum_n=1^u{n} )

powered by: WebSVN 2.1.0

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