mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 01:40:56 +11:00
b21be43535
Also, move doc to doc/asm.txt. Also, fix the pcat recipe which was broken since the overlay change. I hadn't noticed it because I didn't have to rebuild the MBR.
13 lines
470 B
Plaintext
13 lines
470 B
Plaintext
: MOVri, SWAP 0xb0 OR A, A, ;
|
|
: MOVxI, SWAP 0xb8 OR A, A,, ;
|
|
: MOVsx, 0x8e A, SWAP <<3 OR 0xc0 OR A, ;
|
|
: MOVrm, 0x8a A, SWAP <<3 0x6 OR A, A,, ;
|
|
: MOVxm, 0x8b A, SWAP <<3 0x6 OR A, A,, ;
|
|
: MOVmr, 0x88 A, <<3 0x6 OR A, A,, ;
|
|
: MOVmx, 0x89 A, <<3 0x6 OR A, A,, ;
|
|
: PUSHs, <<3 0x06 OR A, ; : POPs, <<3 0x07 OR A, ;
|
|
: SUBxi, 0x83 A, SWAP 0xe8 OR A, A, ;
|
|
: ADDxi, 0x83 A, SWAP 0xc0 OR A, A, ;
|
|
: JMPr, 0xff A, 7 AND 0xe0 OR A, ;
|
|
: JMPf, ( seg off ) 0xea A, SPLITB A, A, A,, ;
|