完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
由于我自己的讨论,我自己开发了汇编程序。我用它来设计其他需要在某些但不是全部使用汇编语言的系统。
令我惊讶的是,stm8s中的一些内容类似于8051.我可以将51使用的一些程序复制到stm8s。这让我很好奇,如果我们可以将程序从51复制到stm8s来执行。这仅在机器代码级别。你怎么看待这件事? 我开发的汇编语言在概念上对所有cpu都是通用的,包括ARM。看看你能理解这个: (8080 AE 07 00)X = 700 (8083 7F)(X)= 0 (8084 5C)X + (8085 A3 07 FF)X:7FF (8088 23 F9)8083 U&lt; =? (808A AE 07 FE)X = 7FE (808D 94)SP = X. (808E CC 80 92)PC = 8092 #汇编语言 以上来自于谷歌翻译 以下为原文 I've developped the assembler myself due to my own interseting. I use it to design other system which needs to use assembly language in some but not all. To my suprise, some inrtructions in stm8s are resemble to 8051. I can copy some of the program used by 51 to stm8s. This incurred my curiousity that if we can copy the program from 51 to stm8s to execute. This is only in machine code level. What do you think about this? The assembly language that I developped is conceptually universal to all the cpu's, including ARM. See if you could understand this: ( 8080 AE 07 00 ) X=700 ( 8083 7F ) (X)=0 ( 8084 5C ) X+ ( 8085 A3 07 FF ) X:7FF ( 8088 23 F9 ) 8083 U<=? ( 808A AE 07 FE ) X=7FE ( 808D 94 ) SP=X ( 808E CC 80 92 ) PC=8092 #assembly-language |
|
相关推荐
6个回答
|
|
嗨,
我正在使用asm编程,但我正在使用说明手册(pm0044)。我不明白它是什么:是操作码吗? (8080 AE 07 00)X = 700 (8083 7F)(X)= 0 (8084 5C)X + (8085 A3 07 FF)X:7FF (8088 23 F9)8083 U&lt; =? (808A AE 07 FE)X = 7FE (808D 94)SP = X. (808E CC 80 92)PC = 8092 我的程序示例: ld a,#2 ld $ 0,A ld a,#4 ld $ 2,a mov $ 3,$ 0 ld a,#8 ld $ f,a 问候 以上来自于谷歌翻译 以下为原文 Hi, I'm programing with asm, but I'm using instructions manual (pm0044). I'm not understand whati is it: is op-code? ( 8080 AE 07 00 ) X=700 ( 8083 7F ) (X)=0 ( 8084 5C ) X+ ( 8085 A3 07 FF ) X:7FF ( 8088 23 F9 ) 8083 U<=? ( 808A AE 07 FE ) X=7FE ( 808D 94 ) SP=X ( 808E CC 80 92 ) PC=8092 My program example: ld a,#2 ld $0,A ld a,#4 ld $2,a mov $3,$0 ld a,#8 ld $f,a regards |
|
|
|
|
|
|
|
|
|
|
|
参见PM0044“编程手册”,第7节“STM8指令集”。
菲利普 以上来自于谷歌翻译 以下为原文 See PM0044 ''Programming Manual'', Section 7 ''STM8 instruction set''. Philipp |
|
|
|
它很像Z-80代码。在70年代,我使用手工编写的机器代码为我的基于Itaica(sp)Z80的计算机编写了一个完整的操作系统。非常紧凑,非常高效,并且您完全了解代码正在做什么。非常适合高可靠性系统。 (我的想法)
道格 以上来自于谷歌翻译 以下为原文 Its a lot like the Z-80 code, In the 70's I wrote a complete operating system for my Itaica (sp) Z80 based computer using hand assembled machine code. Very compact, very efficient, and you know EXACTLY what the code is doing. Perfect for high reliability systems. (My opinion) Doug |
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2634 浏览 1 评论
3208 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1783 浏览 1 评论
3609 浏览 6 评论
5987 浏览 21 评论
939浏览 4评论
1315浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
583浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1302浏览 3评论
1358浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-23 00:45 , Processed in 1.309091 second(s), Total 58, Slave 51 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号