📄 test.asm.pp1
字号:
; 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -