URL
https://opencores.org/ocsvn/zet86/zet86/trunk
Subversion Repositories zet86
[/] [zet86/] [trunk/] [tests/] [00_stub.s] - Rev 55
Go to most recent revision | Compare with Previous | Blame | View Log
.code16 start: movw $0xb800, %dx movw $0x0105, %ax outw %ax, %dx hlt .org 65520 jmp start .org 65535 .byte 0xff
Go to most recent revision | Compare with Previous | Blame | View Log