Changeset 9 for trunk/src/init.asm
- Timestamp:
- Sep 13, 2010, 12:44:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/init.asm
r4 r9 182 182 ; print debug message if debug level is 3+ 183 183 CMP _debug, 3 184 JB no_debug 184 JB no_debug2 185 185 MOV BX, AX ; addr & 0x7f (port reg index) 186 186 AND BX, 7FH … … 193 193 ADD SP, 12 194 194 195 no_debug :LEAVE195 no_debug2: LEAVE 196 196 RET 197 197 _writel ENDP
Note:
See TracChangeset
for help on using the changeset viewer.