ram_init.sed

来自「RTEMS (Real-Time Executive for Multiproc」· SED 代码 · 共 48 行

SED
48
字号
1 {i\#include <efi332.h>\#define ASM\#include "sim.h"\\/* This file is automatically generated from EFI332_crt0.c -- DO NOT EDIT */\\/* note: For one reason or another, I could not get '|' (bit-or) to\   work in the version of gas I'm using. I've replaced them with \   '+' (addition) for this file. */\\	.text\\D;};/include in ram_init.S/,/end include in ram_init.S/ {/\*.*= *\(.*\)/ {s/*/	.org	/h;s/=.*//P;g;/(.*short int)/ s/.*short int)/	.short	//(.*char)/ s/.*char)/	.byte	/s/\/\*.*\*\///t dumby:dumbys/;//;t nextN;s/ *\/\*.*\*\/ *//t dumbyb dumby:nexts/	/ /gs/ /	/s/ *\n *//gs/|/+/gP;D;}P;D;}D;

⌨️ 快捷键说明

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