📄 mdk_emixvm.texi
字号:
@c -*-texinfo-*-@c This is part of the GNU MDK Reference Manual.@c Copyright (C) 2000, 2001@c Free Software Foundation, Inc.@c See the file mdk.texi for copying conditions.@c $Id: mdk_emixvm.texi,v 1.4 2001/09/18 22:53:18 jao Exp $@node mixvm.el, mixasm, Getting started, Top@comment node-name, next, previous, up@chapter mixvm.elIf you are an Emacs user and write your MIXAL programs using thiseditor, you will find the elisp program @file{mixvm.el} quiteuseful@footnote{@file{mixvm.el} has been kindly contributed by@value{PHILIP}. @file{mixvm.el} is based on a study of gdb, perldb, andpdb as found in @file{gud.el}, and @file{rubydb3x.el} distributed withthe source code to the Ruby language.}. @file{mixvm.el} allows runningthe MIX virtual machine @code{mixvm} (@pxref{mixvm}) inside an Emacs@acronym{GUD} buffer, while visiting the MIXAL source file in anotherbuffer.After installing @file{mixvm.el} (@pxref{Emacs support}), you caninitiate an @sc{mdk}/@acronym{GUD} session inside Emacs with the command@exampleM-x mixvm@end example@noindentand you will have a @code{mixvm} prompt inside a newly created@acronym{GUD} buffer. @acronym{GUD} will reflect the current line in thecorresponding source file buffer.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -