Skip to content

Commit 62ff4b4

Browse files
committed
oh... i forgot what changed)
1 parent bfb5fb9 commit 62ff4b4

File tree

268 files changed

+1939
-1743
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+1939
-1743
lines changed

BCS_or_OPD/custom.jar

1.98 MB
Binary file not shown.

BCS_or_OPD/sem2/lab5/1.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ IO: IN 5
2525
ST (SP+1)
2626
RET
2727

28-
RES1: WORD 0x0000
29-
ADDR: WORD 0x561
28+
ADDR: WORD 0x0571
29+
RES1: WORD 0x0000

BCS_or_OPD/sem2/lab5/1.odt

1.92 KB
Binary file not shown.

BCS_or_OPD/sem2/lab5/1.pdf

214 KB
Binary file not shown.

programming/sem2/lab5/lab5.iml

Lines changed: 0 additions & 11 deletions
This file was deleted.

programming/sem2/lab5/lab5_v2.iml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module version="4">
3+
<component name="AdditionalModuleElements">
4+
<content url="file://$MODULE_DIR$" dumb="true">
5+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
6+
</content>
7+
</component>
8+
</module>

programming/sem2/lab5/pom.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
7+
<groupId>1</groupId>
8+
<artifactId>lab5_v2</artifactId>
9+
<version>1.0-SNAPSHOT</version>
10+
11+
<properties>
12+
<maven.compiler.source>17</maven.compiler.source>
13+
<maven.compiler.target>17</maven.compiler.target>
14+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15+
</properties>
16+
17+
<dependencies>
18+
<!-- https://mvnrepository.com/artifact/org.json/json -->
19+
<dependency>
20+
<groupId>org.json</groupId>
21+
<artifactId>json</artifactId>
22+
<version>20250107</version>
23+
</dependency>
24+
</dependencies>
25+
</project>

programming/sem2/lab5/src/Main.java

Lines changed: 0 additions & 10 deletions
This file was deleted.

programming/sem2/lab5/src/commands/Add.java

Lines changed: 0 additions & 44 deletions
This file was deleted.

programming/sem2/lab5/src/commands/AverageOfMetersAboveSeaLevel.java

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)