home *** CD-ROM | disk | FTP | other *** search
-
-
- ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- SOURCER REMARKS FILE - SAMPLE REMARKS
- ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
-
-
- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ DATA REMARKS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
-
- Remarks in this section are linked to the .def file, section 3
- relating to data items. Remarks will appear in the source
- code output to the right of the data reference defintion. Each
- remark can encompass as many lines as needed, up to 34 characters
- per line. Each line starts with the 3 digit hex reference number
- starting at 001 to a maximum of 3FFh (1023 entries). The number
- is also entered in the .def file for the particular data item(s).
-
-
- --------- Data Remarks ----------- -------- comments ignored here --------
- 001 This is the remark number 1
- 002 This is another remark
- 003 This is the next data remark
- note how it continues onto three
- lines ! (indents allowed)
- 004 █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
- █ Lines starting with a graphics █
- █ character will be placed prior █
- █ to the line that the data item █
- █ comment appears on. █
- █ █
- █ A line feed will automatically █
- █ be place prior to and after █
- █ the grahics character area. █
- █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
- this line is left of data item 4
- 005 This is the last data comment !
- 006 █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ Highlight information prior
- █ Values For Beeper Operation █ to a data item with graphics
- █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█ characters !
- Port to toggle speaker on & off
- 007 total number of cycles (on_off_time)
- 008 duration for each cycle on or off
- end
-
-
- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ LOCATION REMARKS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
-
- Remarks in this section are linked to the .def file, section 4
- relating to location references. Remarks will appear in the
- source code output as lines prior to the location item. Each
- remark can encompass as many lines as needed, up to 76 characters
- per line. Each line starts with the 2 digit hex reference number
- starting at 01 up to a maximum of FEh (254 entries). The number
- is entered in the .def file for the particular location item(s).
-
- relating to location references. Remarks will appear in the
- source code output as lines prior to the location item. Each
- remark can encompass as many lines as needed, up to 76 characters
- per line. Each line starts with the 2 digit hex reference number
- starting at 01 up to a maximum of FEh (254 entries). The number
- is entered in the .def file for the particular location item(s).
-
-
- ----------------------- Location Reference Remarks ------------------------
- 01 This is a location reference remark
-
- 02 ═════════════════════════════════════════════╡ GRAPHICS ╞═════════════
-
- ■ All graphics characters are allowed for special highlighing
-
- ■ Line feeds can be inserted for extra clarity
-
- 03 Text of each remark begins at column 5 in this file
-
- 04 ───── TESTYN OPERATION ───────────────────────────────────────────────
-
- Testyn waits for a keystroke "n" or "y", or beeps if any other key has
- been entered. When "n" or "y" is entered, the program exits with a
- return code 0 for "n", and 1 for "y".
-
- It is intended to be used in a batch file when a yes/no question is
- asked, the errorlevel command can be used to read the return code.
-
- 05
- Line feeds can be placed at the begining for more seperation from the
- previous section of code (1 line feed is automatically placed
- prior to the remark). No linefeeds are placed after the remark
- unless explictly done as in these examples.
-
- end
-
- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ SUBROUTINE REMARKS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
-
- Remarks in this section are linked to the .def file, section 5
- relating to subroutine references. Remarks will appear in the
- source code output as lines prior to the subroutine item. Each
- remark can encompass as many lines as needed, up to 76 characters
- per line. Each line starts with the 2 digit hex reference number
- starting at 01 up to a maximum of FFh (255 entries). The number
- is entered in the .def file for a particular subroutine item(s).
-
-
- ---------------------- Subroutine Reference Remarks -----------------------
- 01 This is a subroutine reference remark
- 02 BEEPER SUBROUTINE
-
- This subroutine generates a short beep. Note that the sound and
- duration are uP speed dependent.
-
- Regsisters used: al,bx,cx,dx,ds
- end
-
-
- NOTES: 1) Entries must be in consecutive sequential order.
- 2) Remark characters ";" are automatically inserted.
- 3) Up to 64,000 lines per remark, 32M max file size.
-
-