![HP 64700 series User Manual Download Page 29](http://html.mh-extra.com/html/hp/64700-series/64700-series_user-manual_161481029.webp)
The sample program is assembled and linked with the following
HP 64870 68000/10/20 Assembler/Linker/Librarian commands
(which assume that /usr/hp64000/bin is defined in the PATH
environment variable):
$ as68k -Lh anly.s > anly.lis <RETURN>
$ ld68k -c anly.k -Lh > anly.map <RETURN>
The linker command file, anly.k, contains the information below.
name anly
sect PROG=400h
sect DATA=500h
load anly.o
end
57 00000056 C1FC 4E6D MULS.W #4E6DH,D0
58 0000005A 2040 MOVEA.L D0,A0
59 0000005C 41E8 0339 LEA 339H(A0),A0
60 00000060 2008 MOVE.L A0,D0
61 00000062 23C0 0000 0100 R MOVE.L D0,RAND_SEED
62 00000068 4240 CLR.W D0
63 0000006A 4840 SWAP D0
64 0000006C 0280 0000 00FF ANDI.L #000000FFH,D0
65 00000072 4E75 RTS
66
67 SECT DATA,,D
68 *********************************************
69 * Random numbers written to this area.
70 *********************************************
71 00000000 RESULTS DS.B 100H
72 *********************************************
73 * Variable used in RAND subroutine and
74 * stack area.
75 *********************************************
76 00000100 0000 0001 RAND_SEED DC.L 1
77 00000104 DS.L 3EH
78 000001FC STACK DS.W 2
79 END START
Figure 2-3. Sample Program Listing (Cont’d)
Getting Started 2-5
Summary of Contents for 64700 series
Page 2: ......
Page 19: ...Tables Table 9 1 Summary of Commands 9 4 Table 9 2 Command Assignments 9 5 Contents 11 ...
Page 20: ...1 Notes 12 Contents ...
Page 24: ...1 Notes 1 4 Introduction ...
Page 106: ...1 Notes 4 36 Performance Measurements ...
Page 118: ...Figure 5 8 True Demultiplexing 5 12 Using the External Analyzer ...
Page 128: ...1 Notes 6 6 Timing Introduction ...
Page 134: ...1 Notes 7 6 Timing Getting Started ...
Page 168: ...1 Notes 8 34 Timing Using the Analyzer ...
Page 201: ...1 find This command finds a trigger like event in trace memory Syntax Timing Commands 9 33 ...
Page 219: ...1 mark This command marks specified conditions in trace memory Syntax Timing Commands 9 51 ...
Page 254: ...1 trigger This command specifies trigger conditions Syntax 9 86 Timing Commands ...
Page 262: ...1 Notes 9 94 Timing Commands ...
Page 280: ...1 Notes B 16 Timing Diagrams and Outputs ...
Page 292: ...1 Notes C 12 Timing Messages ...