OpenCores
URL https://opencores.org/ocsvn/zet86/zet86/trunk

Subversion Repositories zet86

[/] [zet86/] [trunk/] [tests/] [09_vdu.s] - Rev 49

Compare with Previous | Blame | View Log

.code16
start:
movw $0xb800, %dx
movw %dx, %ds
movw $0x20, %cx
movw $11, %bx
 
b:
movw $0x4d03, (%bx)
addw $2, %bx
loop b
 
movb $0x36, %al
outb %al, $0xb7
 
movw $0x0, %dx
movw %dx, %ds
 
movw $0x1234, (2)
movb $0x56, (5)
movb $0x26, (6)
movw $0x4567, (9)
 
movw (5), %ax
movw %ax, (0)
 
hlt
 
.org 65520
jmp start
 
.org 65535
.byte 0xff
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.