URL
https://opencores.org/ocsvn/zet86/zet86/trunk
Subversion Repositories zet86
[/] [zet86/] [trunk/] [tests/] [18_div1.s] - Rev 39
Go to most recent revision | Compare with Previous | Blame | View Log
.code16 start: movw $0xfffc, %ax movw $0xffff, %dx movw $0xfffd, %cx idiv %cx hlt .org 65520 jmp start .org 65535 .byte 0xff
Go to most recent revision | Compare with Previous | Blame | View Log