test.asm.pp

来自「51模拟器 51模拟器 51模拟器」· PP 代码 · 共 21 行

PP
21
字号
; test file to test the gas51 assembler  ONLY...second line of comment... third line of comment...#define MAX 10 ;asss #define MIN 20 ;MIN MIN MIN;#include<asm51.hh>; this is a header file for the new 8051 assembler, gas51...mov a,bheadermov p0,#12headeradd a,bheader; end of header file...MINMAC 10 10 10;MAX mAX  MAX;#include<asm51.hh>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?