From 116e7730d7bcc79cfbb76aa24de142955fb4f281 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 13 Oct 2018 23:18:31 -0700 Subject: 4692 - update online help for subx It now includes details for 8-bit registers. And we'll just use the classic names for the registers so that the relationships between 8- and 32-bit versions are more obvious. --- subx/011run.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subx/011run.cc') diff --git a/subx/011run.cc b/subx/011run.cc index 88729871..d5d1c074 100644 --- a/subx/011run.cc +++ b/subx/011run.cc @@ -327,7 +327,7 @@ void parse_and_load(const string& text_bytes) { //:: run :(before "End Initialize Op Names(name)") -put(name, "05", "add imm32 to R0 (EAX)"); +put(name, "05", "add imm32 to EAX"); //: our first opcode :(before "End Single-Byte Opcodes") -- cgit 1.4.1-2-gfad0 d='selected'>main Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/themes/simple
blob: 44c6977ba7f94f8e829e73019c1091db17957b29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67