The /tests/pc folder is now /tests/pcx86 (to be consistent with the associated emulator)

This commit is contained in:
Jeff Parsons 2016-08-09 11:48:09 -07:00
commit 663343a1ad
68 changed files with 24 additions and 16 deletions

View 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).

View 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

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

28764
tests/pcx86/80386/test386.txt Normal file

File diff suppressed because it is too large Load diff