8086asm: first steps
This commit is contained in:
parent
1871c46614
commit
405444d630
2
blk/001
2
blk/001
@ -9,7 +9,7 @@ MASTER INDEX
|
||||
490 TRS-80 Recipe 520 Fonts
|
||||
550 TI-84+ Recipe 580 RC2014 Recipe
|
||||
620 Sega Master System Recipe
|
||||
650 AVR assembler
|
||||
650 AVR assembler 730 8086 assembler
|
||||
|
||||
|
||||
|
||||
|
16
blk/730
Normal file
16
blk/730
Normal file
@ -0,0 +1,16 @@
|
||||
8086 assembler
|
||||
|
||||
Work in progress. Load with "750 LOAD".
|
||||
|
||||
Test code at B731
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
5
blk/751
Normal file
5
blk/751
Normal file
@ -0,0 +1,5 @@
|
||||
VARIABLE ORG
|
||||
: AL 0 ; : CL 1 ; : DL 2 ; : BL 3 ;
|
||||
: AH 4 ; : CH 5 ; : DH 6 ; : BH 7 ;
|
||||
: AX 8 ; : CX 9 ; : DX 10 ; : BX 11 ;
|
||||
: SP 12 ; : BP 13 ; : SI 14 ; : DI 15 ;
|
Loading…
Reference in New Issue
Block a user