diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-03 17:39:24 -0700 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-03 17:39:24 -0700 |
commit | a6c1ed4716cf02626ea035beb6dd4a921642ba80 (patch) | |
tree | ef582c1b52819e27bdd16097ec03b69799d04ede /newlib/libc/sys/sysnec810/io.s | |
parent | f6c9a624fa8a6878a7fb2b02f55e4990a20feb59 (diff) |
Use libc from agbcc instead of standalone newlib\nYou must have AGBCC commit 80d029caec189587f8b9294b6c8a5a489b8f5f88 in order to compile pmd_red.gbalibc
Diffstat (limited to 'newlib/libc/sys/sysnec810/io.s')
-rw-r--r-- | newlib/libc/sys/sysnec810/io.s | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/newlib/libc/sys/sysnec810/io.s b/newlib/libc/sys/sysnec810/io.s deleted file mode 100644 index f85975a..0000000 --- a/newlib/libc/sys/sysnec810/io.s +++ /dev/null @@ -1,41 +0,0 @@ -# V800 Series Assembler Source File created by cxx732 - .data - .sdata - .bss - .sbss - .text - #@(#)V800 Series Assembly Code Improver E1.50c [16 Jul 93] - #@(#)V800 Series Assembly Code Generator E1.00f'[25 Nov 93] - #@(#)V800 Series Optic Optimizer E1.00e [13 Jul 93] - #@(#)optimized at Wed May 11 13:37:07 1994 - #@(#)option:_R_xcedfgbhjqkn___s____T: - #@(#)V800 Series Optic Inliner E1.00c [14 Jul 93] - #@(#)V800 Series Optic Merger E1.00b [15 Jul 93] - #@(#)V800 Series Optimizing C Compiler Frontend E1.00j [26 Feb 94] - .file "/sethra/death/sef/v810/devo/newlib/libc/sys/v810/io.c" - #@(#) fsort : -N8192 -G512 -C1024 -q -e -a -d - .align 4 - .frame __inb, .F2 - .globl __inb -__inb: - add -.F2, sp - in.b [r6],r10 - andi 0xff, r10, r10 - add .F2, sp - jmp [lp] - .set .F2, 0x8 - .set .A2, 0x4 - .set .T2, 0x0 - .align 4 - .frame __outb, .F3 - .globl __outb -__outb: - andi 0xff, r7, r10 - out.b r10,[r6] - jmp [lp] - .set .F3, 0x0 - .set .A3, 0x0 - .set .T3, 0x0 - .vline - .vdebug - .vdbstrtab |