1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Added `mips' command.

This commit is contained in:
Jim Blandy 1992-11-07 05:29:26 +00:00
parent a096560567
commit 45c18993b7

View File

@ -12,6 +12,14 @@ end
# machine-description files.
set $data_seg_bits = 0
define mips
set $data_seg_bits = 0x10000000
end
document mips
Set up the xfoo macros to deal with the MIPS processor.
Specifically, this sets $data_seg_bits to the right thing.
end
define xtype
output (enum Lisp_Type) (($ >> 24) & 0x7f)
echo \n