Home » Archimedes archive » Acorn User » AU 1993-10.adf » !StarInfo_StarInfo » SharedCLib/SCL/SWI04

SharedCLib/SCL/SWI04

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1993-10.adf » !StarInfo_StarInfo
Filename: SharedCLib/SCL/SWI04
Read OK:
File size: 01D7 bytes
Load address: 0000
Exec address: 0000
File contents
   10REM     >SCL.SWI04 (fopen)
   20REM By  DCA
   30REM For 32-bit machines
   40REM (c) BAU October 1993
   50:
   60DEF FNswi04_name
   70="fopen"
   80:
   90DEF FNswi04_init
  100=0
  110:
  120DEF FNswi04_vars
  130fopen=87*4
  140=0
  150:
  160DEF FNswi04_code
  170[OPT pass%
  180.scl_fopen
  190        STMDB   (sp)!,{r9,lr}
  200        MOV     r9,r1
  210        LDMIA   r9,{r0,r1}
  220        BL      clib_vectors+fopen
  230        STR     r0,[r9]
  240        MOV     r0,#0
  250        LDMIA   (sp)!,{r9,pc}^
  260]
  270=0

�     >SCL.SWI04 (fopen)

� By  DCA
� For 32-bit machines
(� (c) BAU October 1993
2:
<� �swi04_name
F="fopen"
P:
Z� �swi04_init
d=0
n:
x� �swi04_vars
�fopen=87*4
�=0
�:
�� �swi04_code
�[OPT pass%
�.scl_fopen
�!        STMDB   (sp)!,{r9,lr}
�        MOV     r9,r1
�        LDMIA   r9,{r0,r1}
�&        BL      clib_vectors+fopen
�        STR     r0,[r9]
�        MOV     r0,#0
�"        LDMIA   (sp)!,{r9,pc}^
]
=0
�
00000000  0d 00 0a 1c f4 20 20 20  20 20 3e 53 43 4c 2e 53  |.....     >SCL.S|
00000010  57 49 30 34 20 28 66 6f  70 65 6e 29 0d 00 14 0d  |WI04 (fopen)....|
00000020  f4 20 42 79 20 20 44 43  41 0d 00 1e 19 f4 20 46  |. By  DCA..... F|
00000030  6f 72 20 33 32 2d 62 69  74 20 6d 61 63 68 69 6e  |or 32-bit machin|
00000040  65 73 0d 00 28 1a f4 20  28 63 29 20 42 41 55 20  |es..(.. (c) BAU |
00000050  4f 63 74 6f 62 65 72 20  31 39 39 33 0d 00 32 05  |October 1993..2.|
00000060  3a 0d 00 3c 11 dd 20 a4  73 77 69 30 34 5f 6e 61  |:..<.. .swi04_na|
00000070  6d 65 0d 00 46 0c 3d 22  66 6f 70 65 6e 22 0d 00  |me..F.="fopen"..|
00000080  50 05 3a 0d 00 5a 11 dd  20 a4 73 77 69 30 34 5f  |P.:..Z.. .swi04_|
00000090  69 6e 69 74 0d 00 64 06  3d 30 0d 00 6e 05 3a 0d  |init..d.=0..n.:.|
000000a0  00 78 11 dd 20 a4 73 77  69 30 34 5f 76 61 72 73  |.x.. .swi04_vars|
000000b0  0d 00 82 0e 66 6f 70 65  6e 3d 38 37 2a 34 0d 00  |....fopen=87*4..|
000000c0  8c 06 3d 30 0d 00 96 05  3a 0d 00 a0 11 dd 20 a4  |..=0....:..... .|
000000d0  73 77 69 30 34 5f 63 6f  64 65 0d 00 aa 0e 5b 4f  |swi04_code....[O|
000000e0  50 54 20 70 61 73 73 25  0d 00 b4 0e 2e 73 63 6c  |PT pass%.....scl|
000000f0  5f 66 6f 70 65 6e 0d 00  be 21 20 20 20 20 20 20  |_fopen...!      |
00000100  20 20 53 54 4d 44 42 20  20 20 28 73 70 29 21 2c  |  STMDB   (sp)!,|
00000110  7b 72 39 2c 6c 72 7d 0d  00 c8 19 20 20 20 20 20  |{r9,lr}....     |
00000120  20 20 20 4d 4f 56 20 20  20 20 20 72 39 2c 72 31  |   MOV     r9,r1|
00000130  0d 00 d2 1e 20 20 20 20  20 20 20 20 4c 44 4d 49  |....        LDMI|
00000140  41 20 20 20 72 39 2c 7b  72 30 2c 72 31 7d 0d 00  |A   r9,{r0,r1}..|
00000150  dc 26 20 20 20 20 20 20  20 20 42 4c 20 20 20 20  |.&        BL    |
00000160  20 20 63 6c 69 62 5f 76  65 63 74 6f 72 73 2b 66  |  clib_vectors+f|
00000170  6f 70 65 6e 0d 00 e6 1b  20 20 20 20 20 20 20 20  |open....        |
00000180  53 54 52 20 20 20 20 20  72 30 2c 5b 72 39 5d 0d  |STR     r0,[r9].|
00000190  00 f0 19 20 20 20 20 20  20 20 20 4d 4f 56 20 20  |...        MOV  |
000001a0  20 20 20 72 30 2c 23 30  0d 00 fa 22 20 20 20 20  |   r0,#0..."    |
000001b0  20 20 20 20 4c 44 4d 49  41 20 20 20 28 73 70 29  |    LDMIA   (sp)|
000001c0  21 2c 7b 72 39 2c 70 63  7d 5e 0d 01 04 05 5d 0d  |!,{r9,pc}^....].|
000001d0  01 0e 06 3d 30 0d ff                              |...=0..|
000001d7