WCQ(6) Games Manual WCQ(6)
NAME
1
|
wcq - just wcq...(I use windows and linux btw.)
|
SYNOPSIS
1
|
wcq [OPTION] ... [FILE] ...
|
DESCRIPTION
1
2
|
wcq is a terminal tool/game from the 1990 available for Linux or Windows platform,
wcq works best with Emacs, Gvim, Vscode, Sourceinsight also work fine.
|
-asm
1
|
read or write arm, 8051 Assembly code
|
-hack
1
|
can hack simple PC software or arm firmware
|
-b, –bash
1
|
read or write Bash Scripts
|
-c
-e, –elisp
1
|
read or write Emacw Lisp code
|
-p, –python
1
|
read or write Python code
|
我是谁
在下毕业于广东某工业大学, 学的东西比较杂, 包括逆向工程, 单片机开发, FPGA 开发, IC 验证, 各种自动化工具的开发等等
兴趣爱好
平时比较爱折腾, 对新技术比较感兴趣。
神兽护体
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
/*
*
* ┌─┐ ┌─┐
* ┌──┘ ┴───────┘ ┴──┐
* │ │
* │ ─── │
* │ ─┬┘ └┬─ │
* │ │
* │ ─┴─ │
* │ │
* └───┐ ┌───┘
* │ │
* │ │
* │ │
* │ └──────────────┐
* │ │
* │ ├─┐
* │ ┌─┘
* │ │
* └─┐ ┐ ┌───────┬──┐ ┌──┘
* │ ─┤ ─┤ │ ─┤ ─┤
* └──┴──┘ └──┴──┘
* 神兽保佑
* 代码无BUG!
*/
|