mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Maybe this looks better when rendered to HTML ?
git-svn-id: svn://svn.cc65.org/cc65/trunk@4754 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -494,9 +494,9 @@ name="assembler manual">.
|
|||||||
Apple II slot and drive pair is mapped to that <tt/drive_id/ according
|
Apple II slot and drive pair is mapped to that <tt/drive_id/ according
|
||||||
to the formula
|
to the formula
|
||||||
|
|
||||||
<verb>
|
<tscreen>
|
||||||
drive_id = slot * 16 + (drive - 1) * 128
|
drive_id = slot * 16 + (drive - 1) * 128
|
||||||
</verb>
|
</tscreen>
|
||||||
|
|
||||||
so that for example slot 6 drive 2 is mapped to <tt/drive_id/ 224.
|
so that for example slot 6 drive 2 is mapped to <tt/drive_id/ 224.
|
||||||
|
|
||||||
|
@@ -500,9 +500,9 @@ name="assembler manual">.
|
|||||||
Apple II slot and drive pair is mapped to that <tt/drive_id/ according
|
Apple II slot and drive pair is mapped to that <tt/drive_id/ according
|
||||||
to the formula
|
to the formula
|
||||||
|
|
||||||
<verb>
|
<tscreen>
|
||||||
drive_id = slot * 16 + (drive - 1) * 128
|
drive_id = slot * 16 + (drive - 1) * 128
|
||||||
</verb>
|
</tscreen>
|
||||||
|
|
||||||
so that for example slot 6 drive 2 is mapped to <tt/drive_id/ 224.
|
so that for example slot 6 drive 2 is mapped to <tt/drive_id/ 224.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user