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条评论
快来发表一下你的评论吧 !