3 ;;; Mes --- Maxwell Equations of Software
4 ;;; Copyright © 2016,2017 Jan Nieuwenhuizen <janneke@gnu.org>
6 ;;; This file is part of Mes.
8 ;;; Mes is free software; you can redistribute it and/or modify it
9 ;;; under the terms of the GNU General Public License as published by
10 ;;; the Free Software Foundation; either version 3 of the License, or (at
11 ;;; your option) any later version.
13 ;;; Mes is distributed in the hope that it will be useful, but
14 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ;;; GNU General Public License for more details.
18 ;;; You should have received a copy of the GNU General Public License
19 ;;; along with Mes. If not, see <http://www.gnu.org/licenses/>.
23 ;;; as-i386.scm defines i386 assembly
27 (define-module (mes as-i386)
28 #:use-module (mes guile)
40 i386:byte-accu->base-mem
41 i386:word-accu->base-mem
43 i386:byte-accu->base-mem+n
44 i386:word-accu->base-mem+n
51 i386:accu-mem->base-mem
67 i386:base-mem->accu-mem
71 i386:byte-accu->base-mem
72 i386:word-accu->base-mem
73 i386:byte-base->accu-mem
74 i386:byte-base->accu-mem+n
75 i386:byte-base-mem->accu
88 i386:function-preamble
106 i386:local-address->accu
107 i386:local-address->accu
108 i386:local-address->base
113 i386:byte-mem+n->accu
114 i386:word-mem+n->accu
123 i386:push-byte-local-de-de-ref
124 i386:push-byte-local-de-ref
128 i386:push-local-address
129 i386:push-local-de-ref
136 i386:value->accu-mem+n
149 (include-from-path "mes/as-i386.mes")