Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/virtualagc/virtualagc
25 December 2018, 16:55:25 UTC
  • Code
  • Branches (14)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/20080615
    • refs/heads/Fictitious-1201
    • refs/heads/block1
    • refs/heads/counters
    • refs/heads/empty
    • refs/heads/gh-pages
    • refs/heads/luminary130
    • refs/heads/master
    • refs/heads/scenarios
    • refs/heads/schematics
    • refs/heads/wiki
    • refs/import/raw
    • refs/tags/20100220
    No releases to show
  • 22dd35c
  • /
  • LinearAddressing.md
Raw File Download
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge
swh:1:cnt:76722c0d7590b119ab9cd96bb9d348a2425cebad
origin badgedirectory badge
swh:1:dir:22dd35ca3bdb6355d3f9c5b92c85d524e80082ce
origin badgerevision badge
swh:1:rev:689b58c51d2268e9fc3a5c61aa74c9321891ddea
origin badgesnapshot badge
swh:1:snp:cdcd2bc43331a436e8c659ba93175ef7d7eb339b

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: 689b58c51d2268e9fc3a5c61aa74c9321891ddea authored by Google Code Exporter on 07 April 2015, 19:26:57 UTC
Migrating wiki contents from Google Code
Tip revision: 689b58c
LinearAddressing.md
![http://virtualagc.googlecode.com/svn/trunk/Apollo32.png](http://virtualagc.googlecode.com/svn/trunk/Apollo32.png)
# Linear Virtual Addressing #

Although the real AGC used banked memory for addressing its Erasable and Fixed memory most debug front-ends use linear addressing. To facilitate debugging in existing gdb front-ends a  virtual linear memory map was created based on the original Octal Pseudo Addressing devised by the people at MIT in the early sixties (see Hugh Blair-Smith AGC4 Memo #9 1965 page 5). The original linear memory map had a gap from 0x1800-0x2000 but to keep the linear memory continuous I chose to fill this gap and allow Fixed-fixed even in the linear memory space to be addressed in two ways (see next section about memory overlaps). Note numbers with leading zero in this page are in Octal.

## Memory Overlaps ##
Unswitched Eraseable memory with an S-Reg value of 0000-01377 overlaps with Unswitched Erasable memory bank 00,01 and 02 with an S-Reg value of 01400-01777. Fixed-fixed memory with S-Reg value of 04000-07777 overlaps with Fixed-fixed bank 02 and 03 with an S-Reg value of 02000-03777. This means that the same data can be accessed in two ways.

## Memory Map ##

The following memory map shows how the linear virtual address maps to the actual banked memory in the AGC. All numbers are Octal with the exception of the Pseudo Address. The Pseudo Address is given in Hex format. Sometimes a series of bank values is used. For example each Common fixed Bank size is 1K and so listing all banks explicitly would just create a long table. Don't care is marked with an "X".
| **Pseudo Address** | **Memory Type** | **Erase Bank Reg.** | **Fixed Bank Reg.** | **Ext. Bit** | **S-Reg.** |
|:-------------------|:----------------|:--------------------|:--------------------|:-------------|:-----------|
| 0x0000-0x02FF | Unswitched Eraseable | X  | XX     | X | 00000-01377 |
| 0x0000-0x00FF | Unswitched Eraseable | 00 | XX     | X | 01400-01777 |
| 0x0100-0x01FF | Unswitched Eraseable | 01 | XX     | X | 01400-01777 |
| 0x0200-0x02FF | Unswitched Eraseable | 02 | XX     | X | 01400-01777 |
| 0x0300-0x03FF | Switched Eraseable   | 03 | XX     | X | 01400-01777 |
| 0x0400-0x04FF | Switched Eraseable   | 04 | XX     | X | 01400-01777 |
| 0x0500-0x05FF | Switched Eraseable   | 05 | XX     | X | 01400-01777 |
| 0x0600-0x06FF | Switched Eraseable   | 06 | XX     | X | 01400-01777 |
| 0x0700-0x07FF | Switched Eraseable   | 07 | XX     | X | 01400-01777 |
| 0x0800-0x0FFF | Fixed-Fixed          | X  | XX     | X | 04000-07777 |
| 0x1000-0x17FF | Common Fixed         | X  | 00..01 | X | 02000-03777 |
| 0x1800-0x1FFF | Fixed-Fixed          | X  | 02..03 | X | 02000-03777 |
| 0x2000-0x6FFF | Common Fixed         | X  | 04..27 | X | 02000-03777 |
| 0x7000-0x8FFF | Super-bank 0         | X  | 30..37 | 0 | 02000-03777 |
| 0x9000-0x9FFF | Super-bank 1         | X  | 30..33 | 1 | 02000-03777 |

back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API