1
0
mirror of https://github.com/t-edson/P65Utils.git synced 2024-06-08 11:32:30 +00:00
P65Utils/MiniAssembler/unit1.lfm
2020-02-27 23:48:57 -05:00

56 lines
970 B
Plaintext

object Form1: TForm1
Left = 265
Height = 368
Top = 159
Width = 530
Caption = 'Form1'
ClientHeight = 368
ClientWidth = 530
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '2.0.4.0'
object Memo1: TMemo
Left = 10
Height = 312
Top = 40
Width = 190
Lines.Strings = (
'LDA'
'STA $10'
)
TabOrder = 0
end
object Button1: TButton
Left = 216
Height = 25
Top = 40
Width = 88
Caption = 'Assemble>>'
OnClick = Button1Click
TabOrder = 1
end
object Memo2: TMemo
Left = 320
Height = 312
Top = 40
Width = 190
TabOrder = 2
end
object Label1: TLabel
Left = 10
Height = 15
Top = 10
Width = 31
Caption = 'CODE'
ParentColor = False
end
object Label2: TLabel
Left = 328
Height = 15
Top = 10
Width = 46
Caption = 'HEX FILE'
ParentColor = False
end
end