Menu

#16 OnBA: dbcc support

OnBoard_Asm
open
None
5
2004-06-11
2003-11-27
John Wilund
No

OnBoardAsm v2.3 only supports 'dbra' of the very useful
series of 'dbcc' instructions. It would be very nice if
all 'dbcc':s could be used.

asm void workingInlineAsm(void){
beginproc
clr.l d0
move #1024, d0
loop ; this is a label
cmp.l #0, d0
beq quit
dbra d0, loop
quit
endproc
}

All other use of dbcc:s will produce errors!

Discussion

  • John Wilund

    John Wilund - 2003-12-03
    • summary: OBA: dbcc support --> OnBA: dbcc support
     
  • Steve Little

    Steve Little - 2004-06-11
    • assigned_to: nobody --> boz_x
     

Log in to post a comment.