bootstrap: Support building with M2-Planet 1.4.

* lib/m2/x86/x86_defs.M1 (NOP): New define.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2021-01-01 11:40:51 +01:00
parent 348dcbcbd7
commit 0d337be8ff
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
## Copyright (C) 2017 Jeremiah Orians
## Copyright (C) 2021 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
## This file is part of M2-Planet.
##
## M2-Planet is free software: you can redistribute it and/or modify
@ -68,6 +69,7 @@ DEFINE MULTIPLY_eax_by_ebx_into_eax F7EB
DEFINE MULTIPLYS_eax_by_ebx_into_eax F7E3
DEFINE NULL 00000000
DEFINE NOT_eax F7D0
DEFINE NOP 00000000
DEFINE OR_eax_ebx 09D8
DEFINE POP_eax 58
DEFINE POP_ebx 5B