class

GUI

Inherits Reference < Object

Constructors

new(cpu : CPU)
Source

Instance methods

bus_connection(x : Int, y : Int, on : Bool, direction : Bool = true)
Source
clear
Source
clear_scroll
Source
disp(x : Int, y : Int, string : String | Colorize::Object(String | Char) | Char)

Move cursor to line, column

Source
draw_rect(x : Int, y : Int, w : Int, h : Int, color : Symbol = :dark_gray)
Source
hide_cursor
Source
register(value : Int, length = 8_u8, color = :red, symbol = '●')
Source
set_cursor(x : Int, y : Int)
Source
show
Source
show_cursor
Source