Changeset a5556b4 in mainline for arch/ia32/src/asm.S
- Timestamp:
- 2005-09-17T21:24:40Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 714675b
- Parents:
- 6799505
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/asm.S
r6799505 ra5556b4 41 41 .global inw 42 42 .global inl 43 .global outb44 43 .global outw 45 44 .global outl … … 191 190 movl 4(%esp),%edx 192 191 inl %dx,%eax 193 ret194 195 196 ## I/O output (byte)197 #198 # Send a byte to I/O port.199 #200 outb:201 push %eax202 203 movl 8(%esp),%edx204 movl 12(%esp),%eax205 outb %al,%dx206 207 pop %eax208 192 ret 209 193
Note:
See TracChangeset
for help on using the changeset viewer.