Make IMULD more compatible in overflow cases
This commit is contained in:
parent
96d73bab99
commit
a3107a73ef
6 changed files with 159 additions and 76 deletions
|
|
@ -1,7 +1,10 @@
|
|||
all: test386.json
|
||||
all: test386.json test386.img
|
||||
|
||||
test386.com: test386.nasm ../inc/dos.inc ../inc/misc.inc ../inc/x86.inc
|
||||
nasm -i../inc/ -f bin test386.nasm -l test386.lst -o test386.com
|
||||
|
||||
test386.json: test386.com
|
||||
node ../../../modules/filedump/bin/filedump --file=test386.com --output=test386.json --overwrite
|
||||
|
||||
test386.img: test386.com
|
||||
node ../../../modules/diskdump/bin/diskdump --path=test386.com --output=test386.img --format=img --overwrite
|
||||
|
|
|
|||
Loading…
Reference in a new issue