登录
首页 » 汇编语言 » GAL16V8 GAL20V8和编译器的源码,小日本写的,与optasm…

GAL16V8 GAL20V8和编译器的源码,小日本写的,与optasm…

于 2022-09-14 发布 文件大小:31.93 kB
0 185
下载积分: 2 下载次数: 1

代码说明:

gal16v8及gal20v8的编译程序源码,小日本写的,用optasm编译(该编译软件我也没找到,手上有的朋友请告诉一声,兄弟感激不尽),可以将eqn格式的文件编译成jed格式的文件-gal16v8 gal20v8 and the compiler source, the small Japanese writing, with optasm compiler (compiler software that I have not found the hands of some friends tell that as soon as the brothers eternally grateful), eqn format can be compiled into a document format documents jed

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • The file containing detailed circuit principle, source, AT89C51 master the use o...
    本档含详细的电路原理、源程序,AT89C51主控,利用车辆检测器不仅可开发电子警察,还可开发出如:自动显示泊车数的停车场,实时配时的路口信号机系统,自动车库,交通车流量计数器等。-The file containing detailed circuit principle, source, AT89C51 master the use of vehicle detector electronics can be developed not only the police, but also developed such as: automatically displays the number of parking spaces car park, with real-time signal at the junction system, automatic garage, traffic flow, such as counters.
    2023-09-01 03:20:03下载
    积分:1
  • visual basic visual basic vis ual basic vis ual basic visual basi c
    visual basic visual basic visual basic-visual basic visual basic vis ual basic vis ual basic visual basi c
    2022-06-29 11:54:29下载
    积分:1
  • Intel instruction set compilation
    Intel 汇编指令集-Intel instruction set compilation
    2022-03-02 07:06:55下载
    积分:1
  • The driver of C8051, it will bring you very big benfit if you will read it, it i...
    C8051的汇编驱动程序,如果能看懂会给你带来很大的好处,学习的好资料.-The driver of C8051, it will bring you very big benfit if you will read it, it is very nice.
    2023-06-24 05:35:03下载
    积分:1
  • 一段用完成的程序 非常好用 用于显示器的实现
    一段用汇编语言完成的程序 非常好用 用于显示器的实现-section complete with assembly language is very useful procedure for the realization of displays
    2023-01-29 10:15:03下载
    积分:1
  • 设计要求: 出于不同目的的旅客对交通工具有不同的要求.例如,因公出差的旅客希望在旅途中的时间尽可能短,出门旅游的游客则期望旅费尽可能省,而老年旅客则要求中...
    设计要求: 出于不同目的的旅客对交通工具有不同的要求.例如,因公出差的旅客希望在旅途中的时间尽可能短,出门旅游的游客则期望旅费尽可能省,而老年旅客则要求中转次数最少.编制一个全国城市间的交通咨询程序,为旅客提供两种或三种最优决策的交通咨询. //请保留此信息,谢谢 1.需求分析: (1)提供对城市信息进行编辑(如添加或删除)的功能. (2)城市之间有两种交通工具:火车和飞机.提供对列车时刻表和飞机航班进行编辑(增设或删除)的功能. (3)提供两种最优决策:最快到达或最省钱到达.全程只考虑一种交通工具. -design requirements : For different purposes to transport passengers have different requirements. For example, on official business travelers in the journey time as short as possible away tourists expect possible travel provinces, and elderly passengers asked the least number of transit. establishment of a national inter-city traffic advisory proceedings, for the visitors two or three best decision of the Transport Advisory.// Please keep this information, I would like to thank one. demand analysis : (1) to provide information on the city for editing (such as add or delete) function. (2) Town between the two modes : Train and aircraft. Schedules for the train and flights for editing (created or deleted) function. (3)
    2022-03-23 02:35:30下载
    积分:1
  • 一个很不错的事件代码~!希望大家喜欢,多给点建议!
    一个很不错的事件代码~!希望大家喜欢,多给点建议!-A very good event code ~! I hope you like it, more to the point proposal!
    2023-04-17 17:45:03下载
    积分:1
  • === ==== 关于本光盘 ========== Tinix: 书中所附代码 其中很多目录中除了包含源代码(*.asm, *.i...
    === ==== 关于本光盘 ========== Tinix: 书中所附代码 其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件: boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。 loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。 kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根目录。 bochsrc.bxrc Bochs 配置文件,如果系统中安装了 Bochs-2.1.1 可直接双击之运行。其它细节请见书第 2.7 节。 godbg.bat 调试时可使用此批处理文件。它假设 Bochs-2.1.1 安装在 D:Program FilesBochs-2.1.1 中。 TINIX.IMG 软盘映像。可直接通过 Bochs 或者 Virtual PC 运行。 *.com 可以在 DOS (必须为纯 DOS) 下运行的文件。 Tools: 一些小工具 (在 VC6 下编译通过) DescParser 描述符分析器,输入描述符的值,可以得出起基址、界限、属性等信息。 ELFParser ELF 文件分析器,可以列出一个 ELF 文件的 ELF Header、 Program Header、Section Header 等信息。 FloppyWriter 用以写引导扇区,支持软盘和软盘映像。 KrnlChecker 用以检查一个 Tinix 内核加载后位置是否正确。-err
    2022-09-08 18:00:02下载
    积分:1
  • dspic6012A读写24LC02B的例程(用c写)
    dspic6012A读写24LC02B的例程(用c语言编写)-24LC02B of routines to read and write dspic6012A (using c language)
    2023-05-27 22:30:04下载
    积分:1
  • linux驱动开发linux_drive_the_development.rar中文版
    linux驱动开发linux_drive_the_development.rar中文版-linux driver development linux_drive_the_development.rar Chinese version
    2023-02-22 22:05:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载