浙林龙哥

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2005年3月4日

摘要: For the first timer the AT&T syntax may seem a bit confusing, atleast I felt so. Personally Im a big fan of this syntax and if you ask me it has got its own advantages. It is the syntax understood by ... 阅读全文
posted @ 2005-03-04 20:23 浙林龙哥 阅读(2409) 评论(2) 推荐(0)

摘要: 1.关于编译: 可参考pyos3下的compile.bat文件,非常需要注意的是,ld链接时要设置程序从0x9000处开始并且,-e Main后面要跟着kernel.o(存放有Main函数的二进制文件)否则好像会找不到入口点。 2.关于ICW1~4: //发送4个ICW //ICW1 ToPort(0x20,0x11); ToPort(0xA0,0x11);... 阅读全文
posted @ 2005-03-04 03:46 浙林龙哥 阅读(2065) 评论(1) 推荐(0)