您好,欢迎来电子发烧友网! ,新用户?[免费注册]

您的位置:电子发烧友网>源码下载>汇编编程>

Bat 文件编译器

大小:31 人气: 2010-05-06 需要积分:0
{$username}的空间

用户级别:注册会员

贡献文章:

贡献资料:

Bat 文件编译器汇编语言源程序代码:; BAT2EXEC.COM - a batch file compiler
;
; BAT2EXEC filename
;
; Revision History:
;
; Version 1.0 Initial Release  PC Magazine Vol 9 Num 14
;
;====================

  code segment
  assume cs:code

  org 2ch
env_segment dw ?   ;Word containing the segment
      ;  of the program's env. block.
  org 80h
command_tail db ?   ;Offset of the command tail.

  org 100h

main:  jmp initialize
program  db 13,10,"BAT2EXEC 1.0 "
copyright db "(c) 1990 Ziff Communications Co.",10,13
author  db "PC Magazine ",254," Douglas Boling"
  db 10,13,"$",1Ah

非常好我支持^.^

(0) 0%

不好我反对

(0) 0%

      发表评论

      用户评论
      评价:好评中评差评

      发表评论,获取积分! 请遵守相关规定!