The /tests/pc folder is now /tests/pcx86 (to be consistent with the associated emulator)
This commit is contained in:
parent
51b50382fb
commit
663343a1ad
68 changed files with 24 additions and 16 deletions
12
tests/pcx86/80386/README.md
Normal file
12
tests/pcx86/80386/README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: page
|
||||
title: 80386 Tests
|
||||
permalink: /tests/pcx86/80386/
|
||||
redirect_from:
|
||||
- /tests/pc/80386/
|
||||
---
|
||||
|
||||
Overview
|
||||
---
|
||||
|
||||
See [test386.asm](test386.asm).
|
||||
10
tests/pcx86/80386/makefile
Normal file
10
tests/pcx86/80386/makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
all: test386.json test386.img
|
||||
|
||||
test386.com: test386.asm ../inc/dos.inc ../inc/misc.inc ../inc/x86.inc
|
||||
nasm -i../inc/ -f bin test386.asm -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
|
||||
1001
tests/pcx86/80386/test386.asm
Normal file
1001
tests/pcx86/80386/test386.asm
Normal file
File diff suppressed because it is too large
Load diff
1022
tests/pcx86/80386/test386.json
Normal file
1022
tests/pcx86/80386/test386.json
Normal file
File diff suppressed because it is too large
Load diff
28764
tests/pcx86/80386/test386.txt
Normal file
28764
tests/pcx86/80386/test386.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue