代码搜索:fdd
找到约 10,000 项符合「fdd」的源代码
代码结果 10,000
www.eeworm.com/read/191687/6958740
8 fdd.8
;
; Floppy BIOS
;
; (C)1997-2001 Pascal Dornier / PC Engines; All rights reserved.
; This file is licensed pursuant to the COMMON PUBLIC LICENSE 0.5.
;
; Limitations:
;
; - Only 3.5"
www.eeworm.com/read/441224/7673910
cod fdd.cod
=== COMPILE PL0 ===
0 PROGRAM TEST;
0 VAR A,C;
1 BEGIN
2 FOR A:=5 DOWNTO 1 DO
8 C+=A;
17 WRITE(C);
20 END.
0 JMP 0 1
1 INI 0 5
2 LIT 0 5
3 STO 0 3
www.eeworm.com/read/441223/7673952
cod fdd.cod
=== COMPILE PL0 ===
0 PROGRAM TEST;
0 VAR A,C;
1 BEGIN
2 FOR A:=5 DOWNTO 1 DO
8 C+=A;
17 WRITE(C);
20 END.
0 JMP 0 1
1 INI 0 5
2 LIT 0 5
3 STO 0 3
www.eeworm.com/read/224292/7809291
8 fdd.8
;
; Floppy BIOS
;
; (C)1997-2001 Pascal Dornier / PC Engines; All rights reserved.
; This file is licensed pursuant to the COMMON PUBLIC LICENSE 0.5.
;
; Limitations:
;
; - Only 3.5"
www.eeworm.com/read/136566/6285952
inc fdd.inc
;=========================================================;
; Fdd 11/12/03 ;
;---------------------------------------------------------;
; DOS EXTREME OS
www.eeworm.com/read/251468/12342551
v fdd.v
/*
自己编写的串口UART的发送器,通过与外部的FIFO连接,可以实现自动的数据发送(具体原理图参考bmp文件)。
接口中tclk和over是测试信号。波特率38400bps 8位数据位,1位停止位,也可以根据需要调整波特率,增减数据位,具体的
内容参考文件中的说明。
由于是初学Verilog时编写的,条理和移植性较差,但总算能正确运行,希望批评指正。liyzz99@163.com。
...
www.eeworm.com/read/239264/4604721
c fdd.c
/*
* Copyright (c) 2005-2006, Kohsuke Ohtani
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followin
www.eeworm.com/read/239264/4604835
c fdd.c
/*-
* Copyright (c) 2005-2006, Kohsuke Ohtani
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/171592/9745824
c fdd.c
/* Floppy Disk Device Driver for MMURTL */
/*
MMURTL Operating System Source Code
Copyright 1991,1992,1993, Richard A. Burgess
ALL RIGHTS RESERVED
Version x0.8
*/
#define U32 unsign