⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 basicfiles.html

📁 关于ARM汇编的非常好的教程
💻 HTML
字号:
<!doctype html public "-//W3C//DTD HTML 3.2//EN"><html><head><title>BASIC file link</title><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><meta http-equiv="content-language" content="en" /><meta name="resource-type" content="document"><meta name="copyright" content="This document copyright 2001 by Richard Murray. Use for non-profit and education purposes explicitly granted."><meta name="author" content="Richard Murray"><meta name="rating" content="general"></head><!--  /assembler/basicfiles.html         --><!--                                     --><!--  (C) Copyright 2000 Richard Murray  --><!--  Designed by Richard Murray         --><!--  rmurray@heyrick.co.uk              --><!--                                     --><body bgcolor="#f0f0f0" text="#000000" link="#0022dd" vlink="#002288"><table border = "0" width="100%">  <tr>    <td align=center width=100>      <img src="arm3.gif" width=79 height=78 align = middle>    </td>    <td>      <h1 align="center"><font color="#800080">BASIC file link</font></h1>    </td>    <td align=center width=100>      <img src="arm3.gif" width=79 height=78 align = middle>    </td></table><p>&nbsp;<p><h2>RISC OS browsers</h2>If, upon clicking a &quot;Download this example&quot; link, your browser attempts to render theprogram - this is due to the extension '.basic' not being known by the system.<p>In order to make it work, you will need to amend the &quot;MimeMap&quot; file. This may be in<i>!Internet.files</i> if you use the Acorn setup; or <i>!Voyager.Stack.Files</i> if you useVoyager.<p>Open the file, and look for the line:<br><code>application/riscos *  *</code> (in !Edit, the spaces will appear as &quot;[09]&quot;).<p>Just above that, enter the following:<br><code>application/basic BASIC FFB .bas .basic</code><br>and save the file.<p>If the MimeMap module is currently loaded, enter:<br><code>*ReadMimeMap</code><br>to cause the new settings to be read. Then test it by entering:<br><code>*MimeMap .basic</code><br>The reply should be something like:<pre>*MimeMap .basicMime type: application/basic, RISC OS file type: 0xffbExtensions:basbasic</pre><p>Now, when you click on a .basic file, it will appear with the correct filetype, it won't berendered, and it will be saved correctly.<p>&nbsp;<p><h2>For non-RISC OS systems</h2>You will need to save the file straight to disc. Usually this means clicking the link with theRIGHT mouse button, and selecting an option similar to &quot;Save target as...&quot;. Theprecise method depends upon your software. Please refer to your instructions for details of howto save something to disc.<p>&nbsp;<p><hr size = 3><a href="index.html#bfl">Return to assembler index</a><hr size = 3><address>Copyright &copy; 2000 Richard Murray</address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -