My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Copyright: Public domain.
# Filename: INTERPRETIVE_CONSTANT.agc
# Purpose: Part of the source code for Luminary 1A build 099.
# It is part of the source code for the Lunar Module's (LM)
# Apollo Guidance Computer (AGC), for Apollo 11.
# Assembler: yaYUL
# Contact: Ron Burkey <info@sandroid.org>.
# Website: www.ibiblio.org/apollo.
# Pages: 1100-1101
# Mod history: 2009-05-25 RSB Adapted from the corresponding
# Luminary131 file, using page
# images from Luminary 1A.
#
# This source code has been transcribed or otherwise adapted from
# digitized images of a hardcopy from the MIT Museum. The digitization
# was performed by Paul Fjeld, and arranged for by Deborah Douglas of
# the Museum. Many thanks to both. The images (with suitable reduction
# in storage size and consequent reduction in image quality as well) are
# available online at www.ibiblio.org/apollo. If for some reason you
# find that the images are illegible, contact me at info@sandroid.org
# about getting access to the (much) higher-quality images which Paul
# actually created.
#
# Notations on the hardcopy document read, in part:
#
# Assemble revision 001 of AGC program LMY99 by NASA 2021112-61
# 16:27 JULY 14, 1969

# Page 1100
SETLOC INTPRET1
BANK

COUNT* $$/ICONS
DP1/4TH 2DEC .25

UNITZ 2DEC 0

UNITY 2DEC 0

UNITX 2DEC .5

ZEROVECS 2DEC 0

2DEC 0

2DEC 0

DPHALF = UNITX
DPPOSMAX OCT 37777
OCT 37777

# Page 1101
# INTERPRETIVE CONSTANTS IN THE OTHER HALF-MEMORY

SETLOC INTPRET2
BANK

COUNT* $$/ICONS
ZUNIT 2DEC 0

YUNIT 2DEC 0

XUNIT 2DEC .5

ZEROVEC 2DEC 0

2DEC 0

2DEC 0

OCT 77777 # -0, -6, -12 MUST REMAIN IN THIS ORDER
DFC-6 DEC -6
DFC-12 DEC -12
LODPMAX 2OCT 3777737777 # THESE TWO CONSTANTS MUST REMAIN

LODPMAX1 2OCT 3777737777 # ADJACENT AND THE SAME FOR INTEGRATION

ZERODP = ZEROVEC
HALFDP = XUNIT


Change log

r390 by jim.lawton on Sep 3, 2009   Diff
Set eol-style on AGC sources to native.
Go to: 
Project members, sign in to write a code review

Older revisions

r259 by i...@sandroid.org on Jul 21, 2009   Diff
AGC source code renamed from *.s to
*.agc and AEA source code
renamed from *.s to *.aea to take
advantage of the fact that
Google has implemented syntax
...
r193 by i...@sandroid.org on May 25, 2009   Diff
A few more Luminary 099 files.

All revisions of this file

File info

Size: 1860 bytes, 81 lines

File properties

svn:eol-style
native
Powered by Google Project Hosting