; ******************************************************************************** ; debugl MACRO ; Send a Literal out the debug port ; Affects : w ; Cycles : 3 ;******************************************************************************** debugl MACRO 2 IF \1 = 1 mov w, #\2 mov DebugData, w setb DebugSend ENDIF ENDM ;******************************************************************************** ; debugf MACRO ; Send a Register out the debug port ; Affects : w, Z ; Cycles : 3 ;******************************************************************************** debugf MACRO 2 IF \1 = 1 mov w,\2 mov DebugData, w setb DebugSend ENDIF ENDM ;******************************************************************************** ; debug MACRO ; Send w out the debug port ; Affects : None ; Cycles : 2 ;******************************************************************************** debug MACRO 1 IF \1 = 1 mov DebugData, w setb DebugSend ENDIF ENDM
file: /Techref/scenix/lib/io/osi2/ir/da/Debug.src, 0KB, , updated: 1999/2/16 16:02, local time: 2024/11/15 14:43,
3.137.178.81:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/scenix/lib/io/osi2/ir/da/Debug.src"> scenix lib io osi2 ir da Debug</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.