『第 5 楼』:
使用 LLM 解释/回答一下
spasm - single pass assembler under cp/m-80 version 2.06 (c) copyright 1986,87,88,89,90 all rights reservrd -- by: harris landsberg
痉挛-单次扫描汇编程序在cp / m - 80版本2.06(c)版权1986年,87年,88年,89年,90年所有权利reservrd——由:哈里斯兰茨贝格
slink - object code file linker for cp/m-80 version 2.07 (c) copyright 1986,87,88,89 all rights reserved -- by: harris landsberg
早产-目标代码文件链接器cp / m - 80版本2.07(c)版权1986年,87年,88年,89版权所有:哈里斯兰茨贝格
随函附上一个zip文件2对CPM最初编写的程序
但有一个附加8080模拟器和ms - dos下运行(windows)
第一个项目是痉挛——单次扫描汇编程序。的语法
汇编源是8080操作码和接近的ASM.COM
CPM 2.2浮动产生代码,但是没有
使用条EXTRN或公众,而不是使用进口而不是变量
但对于模块。我可以提供一些不错的代码编写
这个汇编包括浮点程序包(写的
SPL编译器)。语法是痉挛文件名与ZCPR格式的文件名
驱动/用户等等。您可以指定选项。/ S将生成一个
清单屏幕。/ F将生成一个清单文件(我相信,/ L
将其发送给打印机)。偷偷的synax文件名或早产
comfile =对象。有一些选项从内存中,直到我找到了
文档——包括/ M生成地图文件,/ C:hhhh开始字符代码
某个地方,而不是默认的100 h / D:hhhh开始字符
代码和/ S使用之前的文件作为库文件。这里的项目. exe
直接和ms - dos下运行。痉挛产生。OBJ。ASM,偷偷
产生。COM。OBJ(lib)。
Last edited by zzz19760225 on 2017-11-29 at 14:29 ]
spasm - single pass assembler under cp/m-80 version 2.06 (c) copyright 1986,87,88,89,90 all rights reserved -- by: harris landsberg
Spasm - single pass assembler under cp/m-80 version 2.06 (c) Copyright 1986, 87, 88, 89, 90 All rights reserved -- by: Harris Landsberg
slink - object code file linker for cp/m-80 version 2.07 (c) copyright 1986,87,88,89 all rights reserved -- by: harris landsberg
Slink - object code file linker for cp/m-80 version 2.07 (c) Copyright 1986, 87, 88, 89 All rights reserved -- by: Harris Landsberg
Attached is a zip file with 2 programs originally written for CPM
but with an additional 8080 emulator and runs under ms-dos (windows)
The first item is spasm -- single pass assembler. The syntax
of the assembly source is 8080 opcodes and close to ASM.COM
CPM 2.2 generates floating point code, but not
using EXTRN or PUBLIC, instead using IMPORT instead of variables
but for modules. I can provide some nice code written
This assembler includes a floating point package (written
by the SPL compiler). The syntax is spasm filename with ZCPR format filename
drive/user, etc. You can specify options. /S will generate a
Listing screen. /F will generate a listing file (I believe, /L
Send it to the printer). The syntax of slink filename or slink
comfile = object. There are some options from memory until I found
Documentation -- including /M to generate map file, /C:hhhh start character code
Somewhere instead of default 100 h /D:hhhh start character
Code and /S use previous files as library files. Here's the project. exe
Runs directly under ms-dos. Spasm generates. OBJ. ASM, slink
Generates. COM. OBJ (lib).
Last edited by zzz19760225 on 2017-11-29 at 14:29 ]
|