test.asm.pp1
来自「51模拟器 51模拟器 51模拟器」· PP1 代码 · 共 55 行
PP1
55 行
; test file to test the gas51 assembler ONLY...;another line of comment...# this is a header file for the new 8051 assembler, gas51...mov a,bmov p0,#12add a,b; end of header file...start: mov a,#32 mov p0,#14 mov a,b ;mov p1,#12 loop: add a,#32 inc a dec b jnz loop#include<asm51.h>;#include<asm51.h>; test file to test the gas51 assembler ONLY...;another line of comment...#include<asm51.h>start: mov a,#32 mov p0,#14 mov a,b ;mov p1,#12 loop: add a,#32 inc a dec b jnz loop# this is a header file for the new 8051 assembler, gas51...mov a,bmov p0,#12add a,b; end of header file...;#include<asm51.h>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?