一个叫spasm的东西
说明如下:
Enclosed is a zip file of 2 programs originally written for CPM
but has an attached 8080 emulator and runs under MS-DOS (windows)
The first program is SPASM - single pass assembler. The syntax for
the assembler source is 8080 opcodes and is close to the ASM.COM
that came with CPM 2.2 It produces relocatable code, but doesn't
use the EXTRN or PUBLIC - instead uses IMPORT but not for variables
but for modules. I'll be able to provide some nice code written for
this assembler including a floating point package (written for the
SPL compiler). The syntax is SPASM filename with filename in ZCPR format
drive/user etc. You can specify options afterwards. /S will generate a
listing to screen. /F will generate a listing file (and, I believe, /L will
send it to a printer). The synax for SLINK filename or SLINK
comfile=objects. There are some options which from memory - until I find the
documentation - include /M generate map file, /C:hhhh start code at
someplace instead of default 100H, /D:hhhh start data at instead of after
code and /S to use prior file as library file. The programs here are .EXE
and run under MS-DOS directly. SPASM produces a .OBJ from .ASM, SLINK
produces .COM from .OBJ (and .LIB).
作者: cnch 时间: 2009-8-15 09:26 确实很老的软件作者: qingwashaoye 时间: 2017-2-1 23:47 好东西,谢谢分享作者: 本是 时间: 2017-11-29 09:09 下载试用,谢谢分享!作者: zzz19760225 时间: 2017-11-29 11:34 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版权所有:哈里斯兰茨贝格